diff --git a/Sending-Emails.md b/Sending-Emails.md index 4ddc0e6..fc5c6fd 100644 --- a/Sending-Emails.md +++ b/Sending-Emails.md @@ -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.