Updated Notify_mailgun (markdown)

Chris Caron 2019-04-27 16:38:48 -04:00
parent a6a6986934
commit f35618a2b1

@ -41,7 +41,7 @@ Send a mailgun notification to the email address bill.gates@microsoft.com
```bash
# Assuming the {domain} we set up with our mailgun account is example.com
# Assuming our {apikey} is 4b4f2918fd-dk5f-8f91f
# We already know our {email} is bill.gates@microsoft.com
# We already know our To {email} is bill.gates@microsoft.com
# Assuming we want our email to come from noreply@example.com
apprise mailgun:///noreply@example.com/4b4f2918fd-dk5f-8f91f/bill.gates@microsoft.com
```