Need to specify mailgun credentials in config.py, like so:
EMAIL_FROM = "[email protected]" EMAIL_TO = "[email protected], [email protected]" EMAIL_API_KEY = "mailgun-api-key" EMAIL_API_URL = "https://api.mailgun.net/v3/sandboxd34db33f.mailgun.org/messages"