I just changed from tls to ssl to see if that fixes it
Have you set your SMTP settings in the .env file?
yes
and I have checked that when I ran docker compse up -d it changed the .env files and it did
Okay, that souns like it should work
- _APP_SMTP_HOST
- _APP_SMTP_PORT
- _APP_SMTP_SECURE
- _APP_SMTP_USERNAME
- _APP_SMTP_PASSWORD
What you put in host port and secure?
_APP_SMTP_PORT=993
_APP_SMTP_SECURE=ssl
_APP_SMTP_USERNAME=noreply@phelps.fit
_APP_SMTP_PASSWORD=password
_APP_SYSTEM_EMAIL_NAME=PhelpsFit
_APP_SYSTEM_EMAIL_ADDRESS=noreply@phelps.fit
appwrite is running localy does that do anything
No,
But who is your email provider?
Me. Its on my server
it works though outlook
Mmm I'm not sure about that one, But who is the one who sends the email eventually?
You must have some provider, Like you don't have any server for sending the emails?
I have a server that has a 2 vms on it one running appwrite the other running plesk on 2 diffrent IP address. Plesk is host the website and the email
Gotcha
And this is the user name and the password you've set in your plesk?
Maybe you can try without @phelps.fit
Like so
_APP_SMTP_USERNAME=noreply
_APP_SMTP_PASSWORD=password
ill try
GOT IT!
Wrong port like and idiot
Thank you @Deleted User for your help!
[SOLVED] Unauthorized Scope
Is there a way to customize the email
Not for now, This is a popular requested feature.
damn! OK!
Recommended threads
- Which flutter SDK version for Self Hoste...
Hi all, Is there a good way to figure out which version of flutter SDK and Dart SDK is current for latest available self-hosted 1.8.0 ? I know new features are...
- Bug Report: Crash when trying to createR...
https://github.com/appwrite/sdk-for-android/issues/96 I think the bug is related with this one https://discord.com/channels/564160730845151244/1443887021314539...
- Dokploy docker compose
Hey guys hope y'all doing well, I was wondering if anyone could share a working 1.8.0 docker-compose that works with Dokploy I tried making it but it just does...