Skip to content

franciscojsc/send-email

Repository files navigation

🎉 send-email 🎉

Send email with nodejs technology

Screenshots

Home page 🏠

home page

Sucess Page ✔️

sucess page

Error Page ❌

error page

Prerequisites 💻

nodejs

Installing 🔧

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

Deployment 🚀

Install the dependencies:

npm install

Launch the application:

npm start

Access the application at http://localhost:3000.

License 📝

This project is licensed under the MIT License - see the LICENSE file for details.