ZionniteOriginal post
Rank 4: Virtual Machine
Hello Appwriters and Team,
before now, before Appwrite unveil messaging, i used to used elastic email privider for sending out email, users can click on password reset, etc. it was working,
recently, we have some new features we want to try out along with appwrite messaging we discovered that emails were no longer sending out, so I created two different SMTP from different providers
- from elasticEmail
- from mailGun
i have entered their SMTP details to the appwrite console and also into the messaging->provider tab,
Yet, no email is still sending
I dont get any error in my flutter, it just shows it was send but it never send
Summary
Developers are experiencing issues with sending emails through SMTP using Appwrite. They have tried using SMTP details from elasticEmail and mailGun on the Appwrite console but the emails are still not sending, despite no errors being displayed in the Flutter app.