I have setup email with no authentication and no tls.
Docker.env has these keys:
APPSMITH_MAIL_SMTP_AUTH=false
APPSMITH_MAIL_SMTP_TLS_ENABLED=false
APPSMITH_MAIL_ENABLED=true
APPSMITH_MAIL_HOST=<our ip>
APPSMITH_MAIL_PORT=25
APPSMITH_MAIL_USERNAME=
APPSMITH_MAIL_PASSWORD=
APPSMITH_MAIL_FROM=<myemail>
APPSMITH_REPLY_TO=<myemail>
In the gui these appear correctly. Other apps use these settings with success.
Please help.
Thanks.