description |
---|
Configure an email provider of your choice to send and receive email notifications in Appsmith |
Email is used to communicate with users on your installation of Appsmith. Emails are sent out to
- Invite users to your workspace in Appsmith
- Notify admins of important events & approvals requests
Appsmith requires the following variables to be configured following the Instance Configuration Guide for your deployment
- APPSMITH_MAIL_ENABLED: This field should be set to true to enable the email service
- APPSMITH_MAIL_FROM: This field should be set to the verified email of the sender
- APPSMITH_REPLY_TO: This field should be set to the email that should receive replies by default
- APPSMITH_MAIL_HOST: This field is the SMTP host of the email service you are configuring
- APPSMITH_MAIL_PORT: This field is the SMTP port of the email service you are configuring
- APPSMITH_MAIL_SMTP_TLS_ENABLED: This field enables transport layer security if set to true
- APPSMITH_MAIL_USERNAME: This field is the username of the email service
- APPSMITH_MAIL_PASSWORD: This field is the password of the email service and may sometimes be the api key
- APPSMITH_MAIL_SMTP_AUTH:
{% hint style="success" %} Restart the Appsmith instance once it your variables are configured {% endhint %}