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 2019-09-05 10:19:18 +03:00
parent b87736d8d9
commit de9e98884e

@ -30,11 +30,11 @@ Just sign up with any email delivery service and fill out SMTP connection settin
### Amazon SES
Regions and Amazon SES: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/regions.html
* Regions and Amazon SES: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/regions.html
Obtaining Amazon SES SMTP Credentials: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/smtp-credentials.html
* Obtaining Amazon SES SMTP Credentials: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/smtp-credentials.html
SMTP server address: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/smtp-connect.html
* SMTP server address: https://docs.aws.amazon.com/ses/latest/DeveloperGuide/smtp-connect.html
See [this](https://serverfault.com/questions/377093/ec2-instance-is-blocking-all-outbound-connections-how-to-diagnose-fix) if your instance can not connect to Amazon SES or any other external hosts via SMTP or IMAP.