Updated Notify_email (markdown)

Chris Caron 2019-08-17 23:58:38 -04:00
parent cb141681f3
commit de184a168b

@ -15,6 +15,7 @@ The following syntaxes work right out of the box:
* mailto://{userid}:{password}@**gmail.com** * mailto://{userid}:{password}@**gmail.com**
* mailto://{userid}:{app-password}@**fastmail.com** * mailto://{userid}:{app-password}@**fastmail.com**
* mailto://{userid}:{password}@**zoho.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://** 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** 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 ## 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. 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.