Hi,
I've upgraded to Appwrite 1.5.2, and want to try out Appwrite Messaging with my SMTP server. I've tried Gmail SMTP relay and Mailersend.com, but both give me SMTP connect() failed. Which is kinda weird, because if I use the same credentials in the project settings in the SMTP tab, Appwrite sends out confirmation and sign-up emails just fine.
How can I debug this?
Kind regards,
Bas
Is SMTP set up in the server .env, or just in the Project settings?
in three locations, the environment variables (which work, Appwrite is sending out emails to admins), the project SMTP tab (which works, Appwrite is sending out emails to site user signups and such), and in Appwrite Messaging, which doesn't work with the error SMTP connect() failed. All settings are the same server, same credentials and same TLS settings. I've tried both Gmail and Mailersend, all works except Appwrite Messaging.
Any chance you can test without tls?
Recommended threads
- Why does this happen?
`AppwriteException: general_argument_invalid, Invalid `secret` param: Value must be a valid string and at least 1 chars and no longer than 256 chars (400)` the...
- Selfhosted starter python function retur...
I am running a selfhosted appwrite instance. Creating a node function and executing it works just fine but when i try to execute a python starter function, i ge...
- Login via GitHub Student Developer Pack ...