From 4df46b20796c95e48bf4b457309112048b39de24 Mon Sep 17 00:00:00 2001 From: lead2gold Date: Tue, 13 Mar 2018 19:31:18 -0400 Subject: [PATCH] Updated Notify_email (markdown) --- Notify_email.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notify_email.md b/Notify_email.md index 9ed96a9..fc658ec 100644 --- a/Notify_email.md +++ b/Notify_email.md @@ -63,5 +63,5 @@ Send a email notification to our hotmail account: # It's really easy if you're using a built in provider # Built-In providers look after handling the little details such as # the SMTP server, port, enforcing a secure connection, etc -notify mailto:///example:mypassword@hotmail.com +apprise mailto:///example:mypassword@hotmail.com ```