Skip to content

Email Blaster with Django 3.0 (Update WA Blaster)

License

Notifications You must be signed in to change notification settings

mdhifta/blaster-email-django

Repository files navigation

EMAIL BLASTER WITH SMTP

Email Blaster application that can be used to send emails to everyone at once quickly. Using Django 3.0 Framework and python as programming language, then I use MYSQL as database and mysql-connect query to execute database.

there are several steps to run it before you use python3 manage.py runserver. first you have to install the required packages on requirements.txt

Run python manage.py makemigrations && python manage.py migrat

Settings

  1. Setting Email and SQL on file setting.py Just like point 2, now you are looking for a port to connect your email that you got from gmail as well as the gmail apps password that google gave by way of 2-step verification. then fill in the following form.

Screenshot from 2022-08-15 13-41-59

Show Apps Design

  1. Login Menu

Screenshot from 2022-08-15 13-27-45

  1. Dashboard Menu

Screenshot from 2022-08-15 13-34-59

  1. Add Costumer

Screenshot from 2022-08-15 13-35-54

  1. List Costumer

Screenshot from 2022-08-15 13-40-51

  1. Send Email To Costumer

Screenshot from 2022-08-15 13-37-24

  1. Change Password

Screenshot from 2022-08-15 13-37-37