Author |
|
webdbase2 Valued Community Member
Joined: 25 March 2015 Location: Bulgaria
Online Status: Offline Posts: 81
|
Posted: 08 December 2015 at 6:06am | IP Logged
|
|
|
Is there a timeout setting in respect to outgoing mail? I got an ERROR_MESSAGE_SENDING message when sending a big message ~ 21.64 MB. Nevertheless, the message was successfully delivered. The ERROR_MESSAGE_SENDING message popped up after 28 seconds.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 08 December 2015 at 6:08am | IP Logged
|
|
|
Aside from being sent out, was the message uploaded to Sent folder?
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
webdbase2 Valued Community Member
Joined: 25 March 2015 Location: Bulgaria
Online Status: Offline Posts: 81
|
Posted: 08 December 2015 at 6:10am | IP Logged
|
|
|
Nope.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 09 December 2015 at 2:44am | IP Logged
|
|
|
Would it be possible to provide us with an account the issue can be reproduced with? You can send access details privately via HelpDesk.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 15 December 2015 at 3:45am | IP Logged
|
|
|
We've investigated this, and looks like there's a problem with accessing SMTP server, the connection is aborted after 20 seconds.
It is possible to increase the timeout value, by adding the following lines to data/settings/config.php file:
Code:
'socket.connect-timeout' => 20,
'socket.get-timeout' => 20, |
|
|
Increasing either one or both the values may help resolving the issue. Still, it might be worth checking the server system itself, as exceeding those timeouts may indicate performance problems on server level.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
webdbase2 Valued Community Member
Joined: 25 March 2015 Location: Bulgaria
Online Status: Offline Posts: 81
|
Posted: 15 December 2015 at 7:56am | IP Logged
|
|
|
Thanks a lot!
|
Back to Top |
|
|