Closed Bovive closed 1 month ago
Sending a user invite email results in the error:
Invalid SMTP configuration. Email not sent.
Logs:
Missing SMTP configuration: MAIL_USE_TLS Invalid SMTP configuration. Email not sent.
Configuration is set correctly:
MAIL_USE_TLS = os.getenv('MAIL_USE_TLS', 'False') == 'True'
Other email is working, so it appears to be isolated to sending invites.
I'm a boob, invalid config.
Sending a user invite email results in the error:
Invalid SMTP configuration. Email not sent.
Logs:
Missing SMTP configuration: MAIL_USE_TLS Invalid SMTP configuration. Email not sent.
Configuration is set correctly:
MAIL_USE_TLS = os.getenv('MAIL_USE_TLS', 'False') == 'True'
Other email is working, so it appears to be isolated to sending invites.