Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sunilyadav97/how-to-send-mail

In this repo I will teach you how to send mail in djnago
https://github.com/sunilyadav97/how-to-send-mail

bootstrap5 django gmail html html-css-javascript javascript python sendmail sendmail-smtp

Last synced: 1 day ago
JSON representation

In this repo I will teach you how to send mail in djnago

Awesome Lists containing this project

README

        

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