To configure the Alerter within Xpand to use AWS SES:
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 ('[email protected]_verified_domain_name.com'); |
See Database Alerts for complete instructions for Xpand's Alerter.