Created
March 28, 2016 18:43
-
-
Save andcam/8fe6061543c7495342e2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Section: AUTH | |
mailgun_login: | |
driver = plaintext | |
public_name = LOGIN | |
hide client_send = : [email protected] : password | |
Section: ROUTERSTART | |
mailgun: | |
driver = manualroute | |
domains = ! +local_domains | |
transport = mailgun_transport | |
route_list = "* smtp.mailgun.org::2525 byname" | |
host_find_failed = defer | |
no_more | |
Section: TRANSPORTSTART | |
mailgun_transport: | |
driver = smtp | |
hosts = smtp.mailgun.org | |
hosts_require_auth = smtp.mailgun.org | |
hosts_require_tls = smtp.mailgun.org |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is really help me, it's working for my cpanel instance on GCP.