From 5a33de162202c409ab53bc511a32ce93467f19a5 Mon Sep 17 00:00:00 2001 From: FreeScout <40499291+freescout-helpdesk@users.noreply.github.com> Date: Sat, 4 Aug 2018 09:00:53 +0300 Subject: [PATCH] Updated Sending Emails (markdown) --- Sending-Emails.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sending-Emails.md b/Sending-Emails.md index 0ba3b86..df6f164 100644 --- a/Sending-Emails.md +++ b/Sending-Emails.md @@ -1,4 +1,4 @@ -Each mailbox in FreeScout has an email address. This email is set as Sender for all outgoing emails sent to customers and support agents. Popular webmail providers (Gmail, Yahoo, Hotmail, etc.) do have some limitations on amount of emails sent per day. So it is not recommended to use them as mailbox emails. +Each mailbox in FreeScout has an email address. This email is set as Sender for all outgoing emails sent to customers and support agents. Popular webmail providers (Gmail, Yahoo, Hotmail, etc.) do have some [limitations](#send-email-rate-limits-for-webmail-providers) on amount of emails sent per day. So it is not recommended to use them as mailbox emails. There are 3 main approaches for sending emails: * Send emails from the server where FreeScout is installed (via PHP's `mail()` function or sendmail).