Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 881 Bytes

mailgun.md

File metadata and controls

27 lines (18 loc) · 881 Bytes

Mailgun

Mailgun logo

Mailgun is a paid-for email service that allows LinuxGSM to send emails via an API, bypassing the need to use postfix. This method of sending email notifications is generally more reliable.

An option to setup Mailgun as an email relay in postfix is also available.

Mailgun's Flex Package allows 3 free months up to 5000 emails then turns into a pay-as-you-go plan afterwards.

# Mailgun Email Alerts | https://docs.linuxgsm.com/alerts/mailgun
mailgunalert="off"
mailguntoken="accesstoken"
mailgundomain="example.com"
mailgunemailfrom="[email protected]"
mailgunemail="[email protected]"

EU Api endpoint

To set the api endpoint of the mailgun api to the EU Endpoint, please add the following to the config:

mailgunapiregion="eu"