Defcon27 / Autorizz-Car-Dealership-System-using-NodeJS-Express-MongoDB

It is a web-based DMS application that facilitates the management of automobile dealership increasing its efficiency and makes management much easier.
https://autorizz.herokuapp.com/electric/
MIT License
64 stars 44 forks source link

Use SG API for Mail #1

Closed 1UC1F3R616 closed 4 years ago

1UC1F3R616 commented 4 years ago

To send emails always make use of 3rd party APIs Try mailgun or SendGrid for this purpose Don't let ur api key to be commited here you can add your secrets in config file when working locally and add that in .gitignore for safe handling use git status to check for what's going to be commited on complete add (a common mistake that does happen)

Defcon27 commented 4 years ago

Yeah, sure will not repeat the mistake next time