From de184a168b7498e370fda43e3e3f36d7d459a4a2 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sat, 17 Aug 2019 23:58:38 -0400 Subject: [PATCH] Updated Notify_email (markdown) --- Notify_email.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Notify_email.md b/Notify_email.md index adf0fbe..4ebdeee 100644 --- a/Notify_email.md +++ b/Notify_email.md @@ -15,6 +15,7 @@ The following syntaxes work right out of the box: * mailto://{userid}:{password}@**gmail.com** * mailto://{userid}:{app-password}@**fastmail.com** * mailto://{userid}:{password}@**zoho.com** +* mailto://{userid}:{password}@**sendmail.com**?from=noreply@{validated_domain} Secure connections are always implied whether you choose to use **mailto://** or **mailtos://** @@ -22,6 +23,8 @@ Secure connections are always implied whether you choose to use **mailto://** or **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. + ## 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.