Click here to Skip to main content
15,887,349 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a system which generates emails and sends them to a number of various domain groups, which have various mail server accounts. Only to some of the groups the mails are delivered and some of the groups are not receiving the mail. Since the mail is delivered to some of the groups we can assume that the functionality or coding is working good. Could it be some issue with the mail configuration or some problem with the mail server? Please help
Posted
Updated 23-Jul-13 23:06pm
v2

1 solution

Are you using smtp?
SMTP relaying functionality can be blocked at many levels of infrastructure. It is most probably a firewall or domain controller configuration issue (issue for you , srcurity for infra guys :) ).

Now if you are using .net it is quite easy to catch the different exceptions that the Send method is possibly throwing and SMTP error messages are generally quite good...
 
Share this answer
 
v3
Comments
Prasad Khandekar 24-Jul-13 5:24am    
Nice +5

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