From d270587129fd868c62ea37346be17df7e0f20606 Mon Sep 17 00:00:00 2001 From: boojew Date: Fri, 2 Feb 2018 04:23:55 -0500 Subject: [PATCH] Update mailgun.markdown (#4560) * Update mailgun.markdown * Update mailgun.markdown * Remove tailing whitespace --- source/_components/mailgun.markdown | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/source/_components/mailgun.markdown b/source/_components/mailgun.markdown index 835464dfd06..78764d7507e 100644 --- a/source/_components/mailgun.markdown +++ b/source/_components/mailgun.markdown @@ -12,7 +12,7 @@ ha_category: Notifications ha_release: 0.38 --- -The component supports push messages and generates events based on inbound data. To use, add a Route set to Store and Notify with a URL of the following form: `https:///api/mailgun?api_password=` +The component supports push messages and generates events based on inbound data. To use, add a Route set to Store and Notify with a URL of the following form: `https:///api/mailgun?api_password=` To send messages, use the [Mailgun notify platform][notify]. @@ -25,11 +25,10 @@ To send messages, use the [Mailgun notify platform][notify]. mailgun: domain: mg.example.com api_key: token-XXXXXXXXX - sandbox: False ``` Configuration variables: -- **domain** (*Optional*): This is the domain name to be used when sending out mail. Defaults to the first custom domain you have set up. -- **sandbox** (*Optional*): Whether to use the sandboxed domain for outgoing mail. The `domain` item takes precedence over this. Defaults to `False`. +- **domain** (*Required*): This is the domain name to be used when sending out mail. Defaults to the first custom domain you have set up. - **api_key** (*Required*): This is the API token that has been generated in your Mailgun account. +- **sandbox** (*Optional*): Whether to use the sandboxed domain for outgoing mail. The `domain` item takes precedence over this. Defaults to `False`.