Dear appwrite team Has anyone configured it yet please help me, I am also having problems configuring this smtp, I am using microsoft office 365 mail provider and always receive the error: has failed Exception: Error sending mail : SMTP Error: Could not authenticate. print /usr/src/code/app/workers/mails.php:68 but I don't know why, because the account I use to configure I still log in normally Looking forward to everyone's help thank you
Configuring this smtp
Help me
Do you have multifactor authentication enabled?
I also heard office 365 doesn't allow SMTP authentication anymore. Have you tested SMTP authentication by some other means?
@Steven I have tried many parties: gmail, office365, sendgrid but all receive the above error can you please help me with this part,
You can use some tool like
https://www.gmass.co/smtp-test
Or https://www.smtper.net/ to test and figure out what values you need to use
oh thank so much
sorry
t test by tool done
So did you figure out the right values?
error
You put the same values as in the test tool?
What about the _APP_SYSTEM_EMAIL_ADDRESS environment variable?
Can you remote check the config for me?
DM me what you used for this test
I have sent you a private ibox, can you please check it for me?
help me
thank you i fix done
The problem was the SMTP secure environment variable needed to be tls rather than TLS
Recommended threads
- Session not found. Please run appwrite l...
I have encounter an issue with appwrite CLI They asking for a login session but in the doc, itβs mention that only setup client with endpoint / api key is enou...
- Create a project via REST API or SDK, mi...
I am currently self-hosting Appwrite in my local machine, deployed using docker script in the website. I also installed `appwrite-cli` through npm. I am trying...
- Attach Dart debugger for locally deploye...
Hello there, I was wondering if it is possible to attach debugger to dart function, that I run locally. It would make development much easier :-). Thank you.