Custom Email Sender Web App
Flask App to send custom email messages using SendGrid.
- Python
- SendGrid
pip install -r requirements.txt
export API_KEY=<sendgrid_api_key>
flask run
nohup flask run --host=0.0.0.0 > flask.log 2>&1 & # Or run in background
- 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