How do I setup my docker appsmith_mail?

Hi, Im new to appsmith and successfully installed using docker image (docker-compose.yml). Im now having difficulty setting up the appsmith email. Ive been unable to receive email from password recovery. Runs on http (not secure by default docker image). Below is a snippet from docker.env:

Email server

APPSMITH_MAIL_ENABLED=true
APPSMITH_MAIL_HOST=smtp.gmail.com
APPSMITH_MAIL_PORT=587
APPSMITH_MAIL_USERNAME=...@gmail.com
APPSMITH_MAIL_PASSWORD=…
APPSMITH_MAIL_FROM=admin
APPSMITH_REPLY_TO=admin

Email server feature toggles

true | false values

APPSMITH_MAIL_SMTP_AUTH=true
APPSMITH_MAIL_SMTP_TLS_ENABLED=true

@kahshiu Can you check if the post here helps? - How do I configure GMail SMTP with Appsmith

Please feel free to reach out if you need further assistance.

1 Like

@kahshiu You can use our super admin UI to test your configuration. This will give you the relevant error as well as a UI to test the emails. You can find this under your profile icon in the applications home page