From d15f7c03c9b61aba3dddf9e884557ab3bf5a31a0 Mon Sep 17 00:00:00 2001 From: lead2gold Date: Sun, 16 Dec 2018 15:04:07 -0500 Subject: [PATCH] Updated Notify_email (markdown) --- Notify_email.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Notify_email.md b/Notify_email.md index fc658ec..a5bc18f 100644 --- a/Notify_email.md +++ b/Notify_email.md @@ -13,11 +13,15 @@ The following syntaxes work right out of the box: * mailto://{userid}:{password}@**live.com** * mailto://{userid}:{password}@**prontomail.com** * mailto://{userid}:{password}@**gmail.com** +* mailto://{userid}:{app-password}@**fastmail.com** Secure connections are always implied whether you choose to use **mailto://** or **mailtos://** **Note** Google Users using the 2 Step Verification Process will be required to generate an **apppassword** from [here](https://security.google.com/settings/security/apppasswords) 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. +* [[E-Mail|Notify_email]] + ## Using Custom Servers Syntax If you're using your own SMTP Server or one that simply isn't in the *Built-In* list defined in the previous section then things get a wee-bit more complicated.