Author |
|
mackro Newbie
Joined: 12 January 2012
Online Status: Offline Posts: 2
|
Posted: 12 January 2012 at 2:43am | IP Logged
|
|
|
Hi,
Im getting the following exception when trying to send email:
MailBee.MailBeeSocketTimeoutException: Socket connection has timed out. InnerException message follows: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
at a4.a(Byte[] A_0, Int32 A_1)
--- End of inner exception stack trace ---
at a4.a(Exception A_0)
at a4.a(Byte[] A_0, Int32 A_1)
at c1.a(Byte[] A_0, Int32 A_1)
at ct.a(Byte[] A_0, Int32 A_1)
at b5.aj()
at eg.a(MailMessage A_0, String A_1, EmailAddressCollection A_2, DeliveryNotificationOptions A_3, Smtp8bitDataConversion A_4, Boolean A_5, EmailAddressCollection A_6, EmailAddressCollection A_7, Boolean A_8, Boolean A_9, DataTable A_10, Int32 A_11, String A_12)
at eg.a(MailMessage A_0, String A_1, EmailAddressCollection A_2, DeliveryNotificationOptions A_3, Smtp8bitDataConversion A_4, Boolean A_5, SendFailureThreshold A_6, Boolean A_7, DataTable A_8, Int32 A_9, String A_10)
at ep.a(MailMessage A_0, String A_1, EmailAddressCollection A_2, DeliveryNotificationOptions A_3, Smtp8bitDataConversion A_4, Boolean A_5, SendFailureThreshold A_6, Boolean A_7, DataTable A_8, Int32 A_9, String A_10)
at a3.a(MailMessage A_0, String A_1, EmailAddressCollection A_2, DeliveryNotificationOptions A_3, Smtp8bitDataConversion A_4, Boolean A_5, SendFailureThreshold A_6, Int32 A_7, be A_8, Boolean A_9, DataTable A_10, Int32 A_11, String A_12)
at er.a(String A_0, EmailAddressCollection A_1)
at er.a(Boolean A_0, String A_1, EmailAddressCollection A_2)
at er.a(Boolean A_0)
at MailBee.SmtpMail.Smtp.Send()
This is EHLO from server:
250-mail.server.com
250-SIZE 10485760
250-PIPELINING
250-DSN
250-ENHANCEDSTATUS
250-STARTTLS
250-AUTH
250-8BITMIME
250-BINARYMIME
250 CHUNKING
log4net is able to send log messages via this server with no auth but, im failing to configure mailbee to do so.
did anyone have similar experience?
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 12 January 2012 at 2:50am | IP Logged
|
|
|
Try the suggestions found at this forum thread and see if they help.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
mackro Newbie
Joined: 12 January 2012
Online Status: Offline Posts: 2
|
Posted: 13 January 2012 at 2:54am | IP Logged
|
|
|
Yup, setting longer timeout solved the problem!
Tnx
|
Back to Top |
|
|