Author |
|
youriv Groupie
Joined: 20 November 2013 Location: United Kingdom
Online Status: Offline Posts: 40
|
Posted: 10 September 2015 at 2:54am | IP Logged
|
|
|
Does anyone know of a way to extend the SMTP timeout? It is at 20 seconds I believe but I would like to change this.
|
Back to Top |
|
|
youriv Groupie
Joined: 20 November 2013 Location: United Kingdom
Online Status: Offline Posts: 40
|
Posted: 10 September 2015 at 3:08am | IP Logged
|
|
|
Could a firewall cause problems when using Webmail Pro?
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 10 September 2015 at 3:43am | IP Logged
|
|
|
Quote:
Does anyone know of a way to extend the SMTP timeout? It is at 20 seconds I believe but I would like to change this. |
|
|
There's a couple of settings you can add to array in data/settings/config.php file:
Code:
'socket.connect-timeout' => 20,
'socket.get-timeout' => 20, |
|
|
Quote:
Could a firewall cause problems when using Webmail Pro? |
|
|
Yes it could. For example, if hosting provider has blocked port 25 using a firewall, it will not be possible to use SMTP on that port for sending mails out.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
youriv Groupie
Joined: 20 November 2013 Location: United Kingdom
Online Status: Offline Posts: 40
|
Posted: 10 September 2015 at 5:09am | IP Logged
|
|
|
Thank you so much Igor, really appreciate your help always!
|
Back to Top |
|
|