
I've configured everything but when it is trying to send mails its giving m empty from: ""

The debug log is above

What do you have as the _APP_SYSTEM_EMAIL_ADDRESS
env var?

I've my email address setup up
mnimitsavant@outlook.com

_APP_SMTP_USERNAME=mnimitsavant@outlook.com
_APP_SMTP_PASSWORD=somepass

host:smtp.office365.com

Are variables correct in the output of docker compose exec appwrite-worker-mails vars
?

yup

Is _APP_SYSTEM_EMAIL_ADDRESS configured?

It looks like the from address is empty

so, actually, it's fine for from to be empty in that log message. Are you getting some sort of error?

I'm not able to send the email from outlook :(

Would you please clarify? Maybe with an error message?

It just logs here that it is sent, but I can't see the email being sent.

yeah there is not error message, I'll try again and send here



If there is no error in the worker logs, everything is fine on the appwrite side. If the recipient isn't getting the email, you may have a problem with spam filters or something.

ohk thank you :)

Its working somehow now for an alternate email for office365

I think its mostly because of the smtp server.

We can close this support ticket :) If there is something else, I'll surely drop here :)

[SOLVED] Email SMTP configuration

If you folks are using gmail it won't be directly configured, you will have to enable less secure apps in your gmail security settings :)
Recommended threads
- I am facing this error: type 'Null' is ...
When attempting to fetch areas from the area collection, the application throws an error: "type 'Null' is not a subtype of type 'int.'" This issue originates in...
- Adding Domain to Sites [Self Hosted]
I am struggling to get this working. I stood-up a new server and deployed appwrite 1.7.4. I added update .env file _APP_DOMAIN=appwrite.mydomain.com _APP_DOMAI...
- Need help migrating from self hosted to ...
Hi! I am using self hosted appwrite for testing stuff out and now it's prod ready I want to deplot it to the cloud version. It gave me this error when fetchin...
