Click here to Skip to main content
15,890,741 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
i have create one page and schedule at every day 1 pm
and email will be send as per req
but after 15 to 20 user
it get error

Service not available, closing transmission channel. The server response was: 4.4.5 Server busy, try again later. (mx.google.com) j3sm44131820pbh.38 - gsmtp
Posted

use sendAsync() method of STMPCLIENT class, read online articles for more detail
 
Share this answer
 
Hey,

It's hard to say something by just knowing that after 15-20 users your application is giving the error but still I am trying to solve your problem.

Look, we can only send 500 mails using the SMTP Configuration for Gmail/ Yahoo/ Hotmail but if we are sending bulkmail from Outlook or something else like outlook then we can only send 100 mails using the SMTP Configurations.

So, it might be possible that you are sending Emails more than allowed.

But if this's not a problem than you can try my these articles, these will definitely send your Emails to atmost 500 Users:

http://www.c-sharpcorner.com/UploadFile/cd7c2e/send-bulk-email-from-yahoo-and-hotmail-using-Asp-Net/[^]

http://www.c-sharpcorner.com/UploadFile/cd7c2e/send-bulk-mails-using-smtp-configuration-part-2/[^]
 
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