diff --git a/Notify_email.md b/Notify_email.md index b8c072e..7928632 100644 --- a/Notify_email.md +++ b/Notify_email.md @@ -9,7 +9,7 @@ If you are using one of the following Built-In E-Mail services, then setting up this notification service has never been easier. If the email provider you use isn't on the list, and you'd like to request it, just [open up a ticket](https://github.com/caronc/apprise/issues) and let me know. The alternative the the below list is to use a custom email server configuration; these are a little bit more complicated to set up, but still work great. Custom email configuration is discussed in the [next section](https://github.com/caronc/apprise/wiki/Notify_email/_edit#using-custom-servers-syntax). The following syntax works right out of the box: -* mailto://{user}:{password}@**yahoo.com** +* mailto://{user}:{app-password}@**yahoo.com** * mailto://{user}:{password}@**hotmail.com** * mailto://{user}:{password}@**live.com** * mailto://{user}:{password}@**gmail.com** @@ -24,6 +24,8 @@ Secure connections are always implied whether you choose to use **mailto://** or **Note** Google Users using the 2 Step Verification Process will be required to generate an **app-password** from [here](https://security.google.com/settings/security/apppasswords) that you can use in the {password} field. +**Note** Yahoo Users will be required to generate an **app-password** from [here](hhttps://help.yahoo.com/kb/SLN15241.html) that you can use in the {password} field. + **Note** Fastmail Users are required to generate a custom App password before you can connect it up to send email to (from a 3rd party tool like this one). You must assign the _SMTP_ option to the new App you generate. This Fastmail portion of this plugin currently supports [[the following 116 domains|Notify_email/Fastmail]]. Just make sure you identify the email address you're using when you build the mailto:// url and everything will work as intended. **Note** SendGrid users just need to be sure to use a Validated Domain (through their service) as part of the required **from=** email address (on the URL) or it will not work. It's additionally worth pointing out that [[sendgrid://|Notify_sendgrid]] has it's own separate integration as well if you do not need to use the SMTP service.