SMTP Server Setup for Email Alerts with MariaDB Xpand
This page is part of MariaDB's Documentation.
The parent of this page is: Monitoring for MariaDB Xpand
Topics on this page:
AWS SMTP Setup
To configure the Alerter within Xpand to use AWS SES:
You need valid AWS SES credentials. These are not the same as your Amazon credentials but can be derived from them.
All email addresses provided to the Alerter must be verified by AWS SES. Providing even one unauthorized email prevents the Alerter from sending any alerts.
The source email must also be verified using step 2 above. By default it is
noreply@mariadb.com
. Email addresses used in the verification process are case sensitive. Use lower case for this address.Configure the Alerter with these SMTP parameters.
Parameter Name
Provide the following
smtp_
server email-smtp.eu-west-1.amazonaws.com
smtp_
port 587
smtp_
username Use the AWS SES credentials obtained from step 1
smtp_
password Use the AWS SES credentials obtained from step 1
smtp_
security TLS
Configure
alerts_subscriptions
.Insert verified email addresses from above per this sample:
sql> INSERT INTO system.alerts_subscriptions VALUES ('smtp_verified_email@smtp_verified_domain_name.com');
For additional information, see "Email Alerts for MariaDB Xpand".