I want send email from django application.
I want send an email to my mail id from other username without authentication. Just i used smtp server for the authenticated mail.In the django mail api How it is supposed to send an mail with the local smtp?
I've found this to be a simple and easy solution for development environment. This will just print the email on the console:
Set the following variable in your environment