Public Member Functions | |
| def | __init__ (self, server, port, timeout, sender, encryption, username, password, recipients, sender_name, debug, verify_ssl) |
| def | connect (self) |
| def | connection_is_valid (self) |
| def | send_message (self, message="", **kwargs) |
Public Attributes | |
| debug | |
| encryption | |
| password | |
| recipients | |
| tries | |
| username | |
Private Member Functions | |
| def | _send_email (self, msg, recipients) |
Private Attributes | |
| _port | |
| _sender | |
| _sender_name | |
| _server | |
| _timeout | |
| _verify_ssl | |
| def homeassistant.components.smtp.notify.MailNotificationService.__init__ | ( | self, | |
| server, | |||
| port, | |||
| timeout, | |||
| sender, | |||
| encryption, | |||
| username, | |||
| password, | |||
| recipients, | |||
| sender_name, | |||
| debug, | |||
| verify_ssl | |||
| ) |
|
private |
| def homeassistant.components.smtp.notify.MailNotificationService.connect | ( | self | ) |
| def homeassistant.components.smtp.notify.MailNotificationService.connection_is_valid | ( | self | ) |
| def homeassistant.components.smtp.notify.MailNotificationService.send_message | ( | self, | |
message = "", |
|||
| ** | kwargs | ||
| ) |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
| homeassistant.components.smtp.notify.MailNotificationService.debug |
| homeassistant.components.smtp.notify.MailNotificationService.encryption |
| homeassistant.components.smtp.notify.MailNotificationService.password |
| homeassistant.components.smtp.notify.MailNotificationService.recipients |
| homeassistant.components.smtp.notify.MailNotificationService.tries |
| homeassistant.components.smtp.notify.MailNotificationService.username |