Skip to main content

SMTP

Prefix: mailrex.smtp

Allow Mailrex to send emails to your users like password reset links or email verifications. This smtp configuration is not for the mailrex functionalyit. Only used for emails that mailrex send to manage

For AWS SES it would look like this:

mailrex:
smtp:
host: email-smtp.eu-central-1.amazonaws.com
username: *****************
password: *****************
port: 465
auth: true
ssl-enabled: true
from: Mailrex <noreply@mailrex.io>

host

SMTP host (default: null)

auth

SMTP required authentication (default: true)

username

The username for SMTP authentication (default: null)

password

Password for SMTP authentication (default: null)

port

SMTP port (default: 465)

ssl-enabled

SSL authentication required (default: false)