Flesh out more smtp config
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -68,8 +68,8 @@ DATABASE_NAME = "{{ db_name }}"
|
||||
|
||||
EMAIL_VERIFICATION = False
|
||||
MAIL_FROM = "{{ mail_from }}"
|
||||
SMTP_HOST = "mail.gandi.net"
|
||||
SMTP_HOST = "{{ smtp_host }}"
|
||||
SMTP_PASSWORD = "{{ smtp_passwd }}"
|
||||
SMTP_PORT = "587"
|
||||
SMTP_PORT = "{{ smtp_port }}"
|
||||
SMTP_STARTTLS = True
|
||||
SMTP_USERNAME = "{{ smtp_username }}"
|
||||
|
||||
Reference in New Issue
Block a user