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:
Appwrite noreply@appwrite.io
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.