Hello
I want to disable login w cloudron, and configure login only with email
I see other topics, but doesnt help
I am using a external smtp server, and tried edit env.sh with this parameters, but doesnt work:
SMTP_USERNAME="$CLOUDRON_MAIL_SMTP_USERNAME"
SMTP_PASSWORD="$CLOUDRON_MAIL_SMTP_PASSWORD"
SMTP_HOST="$CLOUDRON_MAIL_SMTP_SERVER"
SMTP_PORT="$CLOUDRON_MAIL_SMTP_PORT"
SMTP_AUTH_DISABLED=false
Anyone can help me w this?