Emails
Hasura Backend Plus can send transactional emails based that are normally used for authentication.
EMAILS_ENABLED
must be true
for emails to work.
#
Activate AccountThe Activate Account email is sent to newly registered users if AUTO_ACTIVATE_NEW_USERS
is false
.
Folder: /custom/emails/activate-account/
#
Change EmailThe Change Email email is sent to a user requesting to change email if VERIFY_EMAILS
is true
.
Folder: /custom/emails/change-email/
#
Lost PasswordThe Lost Password email is sent to a user requesting to set a new password if LOST_PASSWORD_ENABLED
is true
.
Folder: /custom/emails/lost-password/
#
Magic LinkThe Magic Link email is sent to a user who register or login using the Magic Link login method if MAGIC_LINK_ENABLED
is true
.
Folder: /custom/emails/magic-link/
#
Notify Email ChangeThe Notify Email Change email is sent if a user change their email if NOTIFY_EMAIL_CHANGE
is true
.
Folder: /custom/emails/notify-email-change/
#
SMTP SettingsSett all SMTP settings via environment variables.