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
- Github connection error - Self Hosted Ap...
I am trying to connect my github account to deploy a project to sites, but Connect to Gtihub button is disabled. I have configured all Env variables needed for...
- "Domain verification failed"
"Domain verification failed" I was install Appwrite in my VDS server. I using Coolify for install Appwrite. After install complete, i want add my domain, and i ...
- Appwrite Sites triggers builds for all p...
I connected my Appwrite Sites to my Git app on my self hosted Appwrite server, but even though I only connected it to main branch, it creates a build every sing...