Hi, i need a little guide on SMTP environment variables configuration. I added the username and password in _APP_SMTP_USERNAME and _APP_SMTP_PASSWORD but those are developer account credentials. Do i need admin account credentials here?
here is the configuration:
_APP_SMTP_HOST=smtp.mailgun.org
_APP_SMTP_PORT=587
_APP_SMTP_SECURE=tls
_APP_SMTP_USERNAME=dev account email
_APP_SMTP_PASSWORD=dev account password
Recommended threads
- User Limit Bug
How can I disable Appwrite client SDK registration? I have heard the solution to set the User Limit to 1. But everytime I set it to one it will automatically se...
- Create file is listing files instead of ...
This is a bit strange but, I cannot create files from within a funcion. I have tested with latest SDKs versions of node and python, both instead of creating the...
- [SOLVED] How to use the Health endpoints
So i wanted to monitor everything on my appwrite instance tho it seams like there is no API scope available for thoses. Looking at : https://appwrite.io/docs/r...