SMTP Relay - Server ConfigurationTo use Elastic Email as your SMTP Relay configure your SMTP server options with the following: SMTP Server: smtp.elasticemail.comPort: 2525Username: Your Elastic Email account Email AddressPassword: Your Elastic Email API KeyWhen you sign up for elastic email you can find your API Key from the Account Profile tab on your dashboard. Using Postfix?If you are configuring postfix as a local relay make sure you include the following three lines in your postfix configuration file: smtp_sasl_auth_enable = yes smtp_sasl_password_maps = static:yourusername:your api key smtp_sasl_security_options = noanonymous |