Skip to content

Email Sender for SendGrid -> send from fake email id to anyone

License

Notifications You must be signed in to change notification settings

yixuanzhou/CustomEmailSender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tortoise

Custom Email Sender Web App

Flask App to send custom email messages using SendGrid.

demo

Getting Started

Prerequisites

Install Requirements

pip install -r requirements.txt

Set SendGrid API key as environment variable

export API_KEY=<sendgrid_api_key>

Start Flask server

flask run
nohup flask run --host=0.0.0.0 > flask.log 2>&1 & # Or run in background

Features

  • Generate random fake sender - Using Faker
  • Add custom email headers
  • Add Cc/Bcc recipients
  • Preview mail body in HTML
  • Send one or multiple mail attachments
  • Configurable mail server - utils/send_mail.py
  • Bulk email sending - Read data from Google Sheets

About

Email Sender for SendGrid -> send from fake email id to anyone

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published