)."
- required: false
- type: string
-debug:
- description: Enables Debug, e.g., `true` or `false`.
- required: false
- type: boolean
- default: false
-verify_ssl:
- description: If the SSL certificate of the server needs to be verified.
- required: false
- type: boolean
- default: true
-{% endconfiguration %}
+
+
+Some advanced settings are accessible only when advanced mode is enabled (see user settings).
+
+
### Usage
@@ -191,25 +130,21 @@ If you are in doubt about the SMTP settings required, check your e-mail provider
### Google Mail
-A sample configuration entry for Google Mail.
+A sample of the config entry settings for Google Mail.
-```yaml
-# Example configuration.yaml entry for Google Mail.
-notify:
- - name: "NOTIFIER_NAME"
- platform: smtp
- server: "smtp.gmail.com"
- port: 587
- timeout: 15
- sender: "YOUR_USERNAME@gmail.com"
- encryption: starttls
- username: "YOUR_USERNAME@gmail.com"
- password: "YOUR_APP_PASSWORD"
- recipient:
- - "RECIPIENT_1@example.com"
- - "RECIPIENT_N@example.com"
- sender_name: "SENDER_NAME"
-```
+Setting | Value
+-- | --
+name| notifier_name
+platform| smtp
+server| smtp.gmail.com
+ port| 587
+timeout| 15
+sender|
+encryption| starttls
+username|
+password| YOUR_APP_PASSWORD
+recipient | ;
+sender_name | your_name
Google has some extra layers of protection that need special attention. You must use [an application-specific password](https://support.google.com/mail/answer/185833) in your notification configuration.