Not able to make any smtp configuration work with self hosted fief #234
-
I have a self hosted fief server in docker. Not able to get any smtp configuration to work. I tried postmark, sendgrid and my own smtp server. Nothing worked. Has anybody has any success? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Hail, @maverick891 👋 Welcome to Fief's kingdom! Our team will get back to you very soon to help. In the meantime, take a minute to star our repository ⭐️ Farewell! |
Beta Was this translation helpful? Give feedback.
-
Can you share the config you're trying? For SMTP, a possible configuration could look like this in your environment variables: EMAIL_PROVIDER=SMTP
EMAIL_PROVIDER_PARAMS={"host": "smtp.bretagne.duchy", "username": "anne", "password": "herminetincture"} |
Beta Was this translation helpful? Give feedback.
Our SMTP implementation only supports TLS (instead of SSL —SMTP is complicated —). Can you try with port
587
? From what I see, Zoho should support it as well.