Added way to send emails through sendgrid
This commit is contained in:
@@ -65,6 +65,7 @@ try:
|
||||
developmentMachine = False
|
||||
configuration = {
|
||||
"api": os.getenv("WEBSITE_API"),
|
||||
"mail": os.getenv("MAIL_PASSWORD"),
|
||||
"database": { "username": os.getenv("WEBSITE_USER", "admin"), "name": os.getenv("WEBSITE_DATABASE_TABLE", "website"), "password": os.getenv("WEBSITE_PASSWORD", "password"), "backupLocation": os.getenv("WEBSITE_BACKUP_LOCATION", "/backup"), "backupLength" : int(os.getenv("WEBSITE_BACKUP_LENGTH", "604800")) },
|
||||
"developer": developmentMachine,
|
||||
"throttle": int(os.getenv("WEBSITE_THROTTLE", "5")),
|
||||
|
||||
Reference in New Issue
Block a user