SSMTP SMTP Integration Guide
Guide to integrate Mailazy with your SSMTP system
Prerequisites
You need to complete these given prerequisites, you can skip the step if you have already completed.
- Sign up for a Mailazy account.
- Complete Domain Authentication.
- Generate the Mailazy Access Key
Integrate Mailazy with SSMTP
Adding Mailazy as a SMTP relay for ssmtp is easy. Edit /etc/ssmtp/ssmtp.conf and add the following:
mailhub=smtp.mailazy.com:587
AuthUser=mailazy_apikey
AuthPass=mailazy_secret
UseSTARTTLS=YES
Your changes will come into effect as soon as the next message is sent via ssmtp