Alok Saboo 1aca7b08cf Misc fixes: e.g. -> e.g., and proper case for Home Assistant (#4942)
* e.g. to e.g., and proper case for Home Assistant

* Instructions how to -> Instructions on how to
2018-03-17 20:20:37 +01:00

1.1 KiB

layout title description date sidebar comments sharing footer logo ha_category ha_release
page Mailgun Instructions on how to add Mailgun mail notifications to Home Assistant. 2017-02-06 16:52 true false true true mailgun.png Notifications 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://<home-assistant-domain>/api/mailgun?api_password=<password>

To send messages, use the Mailgun notify platform.

{% linkable_title Sample configuration %}

# Example configuration.yaml entry
mailgun:
  domain: mg.example.com
  api_key: token-XXXXXXXXX

Configuration variables:

  • 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.