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)
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)