Send email with nodejs technology
Clone the project:
git clone https://github.com/franciscojsc/send-email.git
Enter the folder:
cd send-email
Create a .env
file and add the following environment variables, replacing the corresponding values:
USER_EMAIL=your-email
PASS_EMAIL=your-password
HOST_EMAIL=your-host-email
PORT_EMAIL=your-host-port
CAPTCHA_CLIENT=your-key-recaptcha-client
CAPTCHA_SERVER=your-key-recaptcha-server
Install the dependencies:
npm install
Launch the application:
npm start
Access the application at http://localhost:3000
.
This project is licensed under the MIT License - see the LICENSE file for details.