Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 753 Bytes

File metadata and controls

17 lines (16 loc) · 753 Bytes

How to Send Mail in Djnago

In this repo you get the source code of project How to send mail

Requirement to make this project
  • You have installed Python
  • You have installed Djnago if you have not Then simply use command pip install django
  • On less scure feature of gmail then django can send mail
Important Points
  • Do not forget to add {% csrf_token %} in html form tag
  • Do not forget to specify url of django form
  • If django do not sending mail then please restart your server
  • Import settings.py file in views.py file
About Me : Sunil Yadav