change email alerts
This commit is contained in:
+3
-3
@@ -286,10 +286,10 @@ def get_clean_source_name(source_name):
|
|||||||
|
|
||||||
# Email configuration for alerts
|
# Email configuration for alerts
|
||||||
EMAIL_CONFIG = {
|
EMAIL_CONFIG = {
|
||||||
'from_email': 'hi@insiderfoodie.com', # System alerts email
|
'from_email': 'systemalerts@insiderfoodie.com', # System alerts email
|
||||||
'to_email': 'hi@insiderfoodie.com', # Same email for receiving alerts
|
'to_email': 'systemalerts@insiderfoodie.com', # Same email for receiving alerts
|
||||||
'smtp_server': 'mail.insiderfoodie.com', # Your SMTP server
|
'smtp_server': 'mail.insiderfoodie.com', # Your SMTP server
|
||||||
'smtp_port': 587, # STARTTLS port
|
'smtp_port': 587, # STARTTLS port
|
||||||
'smtp_username': 'hi', # SMTP username
|
'smtp_username': 'systemalerts', # SMTP username
|
||||||
'smtp_password': os.getenv('INSIDERFOODIE_EMAIL_PASSWORD') # Store password in .env
|
'smtp_password': os.getenv('INSIDERFOODIE_EMAIL_PASSWORD') # Store password in .env
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user