axewater / sharewarez

SharewareZ transforms any game folder into a dynamic, searchable and shareable library.
145 stars 1 forks source link

User Invite Emails Not Working #93

Closed Bovive closed 1 month ago

Bovive commented 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.

Bovive commented 1 month ago

I'm a boob, invalid config.