I have a Problem with the smtp.. it says data not accepted.. i invited a user to my Project so what is that
TypeScript
_APP_SMTP_HOST=smtp.mailersend.net
_APP_SMTP_PORT=587
_APP_SMTP_SECURE=tls
_APP_SMTP_USERNAME=MS_ANZ8Yn@*******on.com
_APP_SMTP_PASSWORD=***************
TL;DR
Developers having an issue with SMTP, specifically getting a "data not accepted" error. They're questioning if this could be due to an upgrade. The SMTP settings shared include the host, port, security, username, and password.and i have this error is it possible that it cause with an upgrade error that smtp not working?
Recommended threads
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...