Click here to Skip to main content
15,899,024 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Friends,
I'm trying to send various email through smtpclient. when I debug my code It shows all emails are sent. but
actually it doesn't send more than ten mails and not throw error.
so, How can I find why it is not sending more than ten emails.

smtpClient myClient = new smtpClient();
myClient.Send(message);

is there any Issue with antivirus / firewalls?
or is it problem with smtpClient?

Thanks.
Posted

1 solution

Check if there is a limit on the SMTP host server that your routing your emails through. May be it allows only a limited count of out bound emails per day.
 
Share this answer
 

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