Skip to content

crosscompute/email-automation

Repository files navigation

Email Automation

For Gmail, use an application-specific password.

export ATTACHMENTS_FOLDER=batches/example/input
export SMTP_URL=smtp.gmail.com
export SMTP_PORT=465
export [email protected]
export SMTP_PASSWORD=YOUR-APPLICATION-SPECIFIC-PASSWORD

# Test script
python run.py batches/example/input/ batches/example/output

# Start server
crosscompute

Thanks to https://realpython.com/python-send-email for updated notes on how to send email with Python 3.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published