Public Member Functions | |
| def | __init__ (self, domain, sandbox, api_key, sender, recipient) |
| def | connection_is_valid (self) |
| def | initialize_client (self) |
| def | send_message (self, message="", **kwargs) |
Private Attributes | |
| _api_key | |
| _client | |
| _domain | |
| _recipient | |
| _sandbox | |
| _sender | |
Implement a notification service for the Mailgun mail service.
| def homeassistant.components.mailgun.notify.MailgunNotificationService.__init__ | ( | self, | |
| domain, | |||
| sandbox, | |||
| api_key, | |||
| sender, | |||
| recipient | |||
| ) |
| def homeassistant.components.mailgun.notify.MailgunNotificationService.connection_is_valid | ( | self | ) |
| def homeassistant.components.mailgun.notify.MailgunNotificationService.initialize_client | ( | self | ) |
| def homeassistant.components.mailgun.notify.MailgunNotificationService.send_message | ( | self, | |
message = "", |
|||
| ** | kwargs | ||
| ) |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |