1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2024-09-19 18:21:31 +02:00

Updated Sending Emails (markdown)

FreeScout 2018-08-04 09:00:53 +03:00
parent 6cafc9a6f3
commit 5a33de1622

@ -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).