You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

5 lines
188 B

# https://documentation.mailgun.com/
MAILGUN_DOMAIN_NAME = ""
MAILGUN_API_KEY = ""
MAILGUN_DEFAULT_FROM = ""
MAILGUN_API_URL = f"https://api.mailgun.net/v3/{MAILGUN_DOMAIN_NAME}/messages"