self host via docker:Email Problem #1855
Unanswered
czyt
asked this question in
Ideas and Issue Triage
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem Description
When deploying Fizzy in production with SMTP email delivery, the application fails to send emails with two critical errors:
Missing SMTP delivery method configuration - Rails defaults to connecting to
localhost:25, causing:Hardcoded "from" address mismatch - The
ApplicationMaileruses a hardcoded from address ([email protected]) that doesn't match the authenticated SMTP user, causing:Environment
Steps to Reproduce
Deploy Fizzy in production with SMTP credentials configured via environment variables:
SMTP_ADDRESSSMTP_PORTSMTP_USERNAMESMTP_PASSWORDSMTP_AUTHENTICATIONSMTP_ENABLE_STARTTLS_AUTOTrigger any email action (e.g., magic link authentication, notifications)
Beta Was this translation helpful? Give feedback.
All reactions