From f35618a2b1b7c0bce408521b60029c57d14a2c6a Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sat, 27 Apr 2019 16:38:48 -0400 Subject: [PATCH] Updated Notify_mailgun (markdown) --- Notify_mailgun.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notify_mailgun.md b/Notify_mailgun.md index a08c1d3..d2fa8ef 100644 --- a/Notify_mailgun.md +++ b/Notify_mailgun.md @@ -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 ``` \ No newline at end of file