Click here to Skip to main content
15,896,201 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have make windows services which send mail. At client side it gives error "Failure sending mail"
Posted

There can be many reasons for that.
Do you have exception handling and logging in place?
Check the error details. You might also check event viewer for any related entry.

If nothing helps, try debugging the windows service. Here's how:
How to debug Windows services[^]

Hope this helps!
 
Share this answer
 
Even after gazing for ten minutes into my crystal ball, I gotta say this - How do you expect us to help you if you don't post any freakin' code? Oh yeah - post the entire text of the Exception.Message property as well.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900