Skip to main content

How to configure Ssmtp with Elastic Email

Find out more about Elastic Email on SMTP relay for ssmtp.

Written by Support Team
Updated over 7 years ago

Adding Elastic Email as an SMTP relay for ssmtp is easy. Edit/etc/ssmtp/ssmtp.conf and add the following:

mailhub=smtp.elasticemail.com:587
AuthUser=elasticemailusername
AuthPass=elasticemailpassword
UseSTARTTLS=YES

Your changes will come into effect as soon as the next message is sent via ssmtp.

Did this answer your question?