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?
TL;DR
- Developer wants help with SMTP env vars configuration using developer account credentials.
- Question if admin account credentials are needed.
- No, developer account credentials are correct for SMTP configuration.here is the configuration:
TypeScript
_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
- 408 Timeout / Curl Error 7 in Executor w...
Hey everyone, I am losing my mind over a routing loop/timeout issue on a fresh self-hosted setup. I have a single Linux VPS (IP: 45.141.37.105) and one domain (...
- Github student developer pack
Hello, The GitHub documentation states that you should contact support to get a student subscription
- functions returning error 401 in local
I updated to 1.9.0, and the functions that used to work fine in 1.8.1 are now giving me a 401 error. I can't seem to find a solution. If anyone is running versi...