ongraphpythondev / sending_mail_with_html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FastApi Auth

This POC is an example of sending mail with an html page to look very attractive. I used send_mail() function which is build in by Django.

Prerequisites

You will need the following programmes properly installed on your computer.
Python 3.7+

Installation and Running

clone the repository

git clone https://github.com/ongraphpythondev/sending_mail_with_html.git
cd sending_mail_with_html

create a vertual environment

python3 -m venv .venv
.venv/bin/activate.bat

install required packages

pip install -r requirements.txt

running

python manage.py runserver

Functionalities Included:

  1. Sending mail

Note

  • Add email cridential in setting to send mail.

About


Languages

Language:Python 97.2%Language:HTML 1.0%Language:JavaScript 0.9%Language:CSS 0.7%Language:PowerShell 0.2%Language:Batchfile 0.0%