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 2020-05-20 17:34:38 +05:45
parent 1111b18b95
commit 7a968a151e

@ -16,7 +16,7 @@ There are 3 main approaches for sending emails:
* `Sendmail` — emails are sent from your server.
* `SMTP` — emails are sent via SMTP by email service provider (Gmail, Yahoo, Hotmail, etc.) or by email delivery service (Mailgun, SendGrid, etc).
## Email Delivery Services Overview
## 2. Email Delivery Services Overview
You are free to use any of the existing email delivery services to send emails from FreeScout:
* [Elastic Email](https://elasticemail.com/account#/create-account?r=bc0975e9-3d6b-462f-be7c-629e7672a4a8) — 150,000 free emails per month (5,000 per day), requires to specify your company address in each outgoing email.
* [Amazon SES](https://aws.amazon.com/ses/pricing/) — If your are using their [EC2 server](https://aws.amazon.com/ec2/) you get free 62,000 emails sent per month, and $0.10 per 1,000 emails sent thereafter.