Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sunilyadav97/how-to-send-mail
- Owner: sunilyadav97
- Created: 2022-06-03T15:58:09.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-03T16:26:51.000Z (over 2 years ago)
- Last Synced: 2023-09-26T05:18:41.305Z (over 1 year ago)
- Topics: bootstrap5, django, gmail, html, html-css-javascript, javascript, python, sendmail, sendmail-smtp
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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