sending email
-
Hi all:) I am using the smtp mail server to send the email(newsletter). but i have to send email to 1 lakh subscriber at one click. when i am trying to send after 45 minute a fault occur and the page can't dislay is apprearing. Please help. Thanks in adance. Sri...
-
Hi all:) I am using the smtp mail server to send the email(newsletter). but i have to send email to 1 lakh subscriber at one click. when i am trying to send after 45 minute a fault occur and the page can't dislay is apprearing. Please help. Thanks in adance. Sri...
srinandan.. wrote:
45 minute a fault occur and the page can't dislay is apprearing.
Scripts like ASP.NET are not intended for long processing jobs. So sending 1 lakh mail using this is not at all recommended. Use some mass mailer programs, or use a threaded windows application for this.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions