I've added a Mail Provider (Mailgun) following the instructions here https://appwrite.io/docs/products/messaging/mailgun
I can send messages via mailgun using that. But I'm not in the email marketing game. All I want is for OTP emails to be sent via my custom domain using mailgun. I thought addding the email Provider would be enough but OTP are still arriving from:
Do I really have to set up a custom SMTP server (using Mailgun) ? This sort of makes the email Provider setup (above) redundant.
Thank you to anybody who can clarify.
It seems it falls under custom smtp. The email provider setup is free for all if anyone building anything. And the customization of emails falls under pro. As the free tier related stuff will sometimes contain branding.
Thanks @Axistro . Am actually on the Pro tier... just surprised that we have to set up a custom SMTP server as well as the Email Provider which we've already configured.
Thanks for confirming.
I dont think both are needed. Only one is enough. Although I forgot the details, long ago In one of my projects I enabled custom smtp and email provider at the same time, which caused some glitch I think and non of the mails were comming then I switched to only custom smtp which seems to have fixed the issue. But it was long ago. Feel free to experiement.
Recommended threads
- Function running for more than 2 hours i...
This is my projectID: 669fe01b003800dd0503 Cloud functionID is 696ea05400147eb8eb3b I hope this doesn't count against my GB-hours?
- Session not found. Please run appwrite l...
I have encounter an issue with appwrite CLI They asking for a login session but in the doc, it’s mention that only setup client with endpoint / api key is enou...
- SELF HOSTING ISSUE, DATA NOT MIGRATING T...
Hey, devs, I recently tried to migrate my cloud instance to a self hosted version but my data is not transferred fully only the table structure is transferred ...