Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Email Not working all of a sudden

web-app

Nothing has changed but all of a sudden emails stopped going out of IIS SMTP Server. Here is the error logs. What do I do about this problem. Any Ideas.

Error Message:

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

Stack trace: 

SOURCE: CounterSoft.Gemini.Commons TARGETSITE: Boolean SendEmail(CounterSoft.Gemini.Commons.GeminiConfigurationEN, CounterSoft.Gemini.Commons.EmailAlert, CounterSoft.Gemini.Commons.IssueWatcherEN) STACKTRACE: at CounterSoft.Gemini.Commons.Emailer.SendEmail(GeminiConfigurationEN config, EmailAlert alertMessage, IssueWatcherEN recipient) at CounterSoft.Gemini.Business.Alerts.MailPlugin.SendMail(String subject, ArrayList emailList, String body, Boolean bHTML)

 

 

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

 

SOURCE: System TARGETSITE: Int32 Receive(Byte[], Int32, Int32, System.Net.Sockets.SocketFlags) STACKTRACE: at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) at a4.a(Byte[] A0, Int32 A1)

gaatr
· 1
gaatr
Replies (4)
helpful
0
not helpful

What are you using to send emails?

Seems like the adderss of the SMTP has changed or you might have a firewall issue.


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Thats the first place I checked. All of my other IIS websites are still sending mail just fine from the same SMTP instance.


gaatr
· 1
gaatr
helpful
0
not helpful

Is there any thoughts how my emails could just stop... happened all of a sudden. All my other websites are sending mail just fine through SMTP


gaatr
· 1
gaatr
helpful
0
not helpful

"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"

This means that the app can't connect to the SMTP server. Are you sure that nothing has changed with your system setup?

What are you using to send emails? Are your other site on the same box as Gemini?


Mark Wing
· 9108
Mark Wing