Simple Email App Using Celery
Clone this branch
git clone -b v1-feature/send-email https://github.com/kevcal69/celery-email.gitBefore doing compose you have to setup Mailgun API KEYS
# Example
MAILGUN_API_URL=https://api.mailgun.net/v3/sandboxbacSomethingkeys.mailgun.org/messages
MAILGUN_API_KEY=mailgun-api-key123After setting up the keys run:
docker-compose up