Link to home
Start Free TrialLog in
Avatar of rito1
rito1

asked on

Sending Bulk Email Using ASP.NET

Hi all,

Could anyone suggest a scalable solution for sending of bulk email via asp.net?

I am currently reasoning sending email asynchronously using the MailMessage and SMTPClient classes... Am I venturing down the right path?

Thanks,

Rit
ASKER CERTIFIED SOLUTION
Avatar of Bryan Butler
Bryan Butler
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
Avatar of rito1
rito1

ASKER

Excellent thanks. I am looking at these now.

Rit
Avatar of rito1

ASKER

Hi,

Looking at the above link suggestion, it is quite clear that they recommend not executing a bulk mail function from an asp.net interface (being user driven). Do you know why this would be?

Thanks

Rit
SOLUTION
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
Avatar of rito1

ASKER

Excellent thanks.