jeevan-vaishnav / mvc-node

ArcNode MVC:ArcNode MVC is a custom-built Node.js framework that simplifies application development with a clean and scalable MVC architecture. It offers modular routing, efficient middleware management, and flexible database integration, making it ideal for complex and maintainable projects.
1 stars 0 forks source link

Sending emails and rendering views #1

Open jeevan-vaishnav opened 3 hours ago

jeevan-vaishnav commented 3 hours ago
jeevan-vaishnav commented 3 hours ago

Package Installation: npm install nodemailer

Configuration in .dotenv

MAIL_CONNECTION= MAIL_FROM= MAIL_HOST= MAIL_PORT= MAIL_USERNAME= MAIL_PASSWORD=