Link to home
Start Free TrialLog in
Avatar of ronipats
ronipats

asked on

Problem sending mail in ASP.Net C#

Hi,

I am developing web application using ASP.Net (C#) in which i have designed a registration form. Now if any one registers himself an automated mail with automated password is sent to his/her mail address.

For sending mail, i have created one mail account in gmail and configured it in sending mail using SMTP.

Now the problem, is if on a single day, say 500 users registers on the site, then my mail account is getting blocked for 24 hours. and users is not getting mail in to their mail account.

How can i solve this problem,

Please kindly help with sample code and its description.

thanks
Ronak
Avatar of Jerry Miller
Jerry Miller
Flag of United States of America image

Your website host doesn't have email addresses available or are you on your own servers?
I create something like registration@yourdomainname on the web host and use the web host's smtp servers.
Avatar of ronipats
ronipats

ASKER

i have my own server.
ASKER CERTIFIED SOLUTION
Avatar of Jerry Miller
Jerry Miller
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial