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
- Broken Typeform Link for Appwrite Heroes...
I was trying to apply for the Appwrite Heroes program because I am planning to host a meetup for my local developer community on backend architecture using Appw...
- Storage System
Hey guys, quick question regarding massive storage scaling. I’m working in digital forensics and I’m constantly dealing with huge binary disk images, usually be...
- is `account.get()` safe to be used in th...
I want to user's `id` for authentication. However, a while ago I was told in this server not to use `account.get()` and instead add user preferences for that us...