Skip to content

sunilyadav97/How-to-send-Mail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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