1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2024-11-09 20:32:31 +01:00

Updated Sending Emails (markdown)

FreeScout 2019-06-26 09:02:17 +03:00
parent d9d7309a74
commit 02d94bb515

@ -10,7 +10,7 @@ There are 3 main approaches for sending emails:
**FreeScout** provides out of the box the following methods of sending emails to customers and support agents: **FreeScout** provides out of the box the following methods of sending emails to customers and support agents:
* `PHP's mail() function` — emails are sent from your server. * `PHP's mail() function` — emails are sent from your server.
* `Sendmail` — emails are sent from your server. * `Sendmail` — emails are sent from your server.
* `SMTP` — emails are sent from your SMTP server, by email provider (Gmail, Yahoo, Hotmail, etc.) or by email delivery service (Mailgun, SendGrid, etc). * `SMTP` — emails are sent from your SMTP server, by email service provider (Gmail, Yahoo, Hotmail, etc.) or by email delivery service (Mailgun, SendGrid, etc).
## Email Delivery Services ## Email Delivery Services
You are free to use any of the existing email delivery services to send emails from FreeScout: You are free to use any of the existing email delivery services to send emails from FreeScout: