Skip to content

Commit

Permalink
Merge pull request #16 from sumesh-aot/online_appointment
Browse files Browse the repository at this point in the history
Changes for email service and job
  • Loading branch information
sumesh-aot authored Apr 30, 2020
2 parents 7127232 + a65e52e commit 67bcb31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ class BaseConfig(object):
MAIL_SERVER = os.getenv('MAIL_SERVER', 'apps.smtp.gov.bc.ca')
MAIL_PORT = os.getenv('MAIL_PORT', '25')
MAIL_USE_TLS = False
MAIL_USE_SSL = True
MAIL_USE_SSL = False
MAIL_USERNAME = os.getenv('MAIL_USERNAME', None)
MAIL_PASSWORD = os.getenv('MAIL_PASSWORD', None)
MAIL_FROM_ID = os.getenv('MAIL_FROM_ID', 'sbc@gov.bc.ca')
Expand Down

0 comments on commit 67bcb31

Please sign in to comment.