1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2024-11-08 11:52:30 +01:00

Updated Sending Issues (markdown)

FreeScout 2023-12-27 16:33:24 +03:00
parent 4501b1dbf9
commit 24b310839c

@ -38,6 +38,10 @@ Default SMTP timeout is 30 seconds, so try to increase SMTP timeout by adding th
MAIL_SMTP_TIMEOUT=120
```
**[Connection could not be established with host smtp.gmail.com [Connection timed out #110]](https://stackoverflow.com/questions/25517281/swiftmailer-connection-could-not-be-established-with-host-smtp-gmail-com-conne)**
The problem may be in resolving your mail server host into IP address (see [this](https://stackoverflow.com/questions/25517281/swiftmailer-connection-could-not-be-established-with-host-smtp-gmail-com-conne)).
## 2) If emails are sent but not delivered to the recipient
If you are using your own mail server, sometimes email service providers (especially Yahoo and Hotmail/Outlook/Live) may start to reject emails sent by your mailing server. Here is the list of common issues and solutions.