How to send 1000+ emails per day using an ASP.NET Web site

前端 未结 5 541
囚心锁ツ
囚心锁ツ 2021-02-04 21:43

We have a website that requires to send 1000+ emails a day to all the customers who opted for the alerts. In couple of months time we are expecting to raise our customer base to

5条回答
  •  佛祖请我去吃肉
    2021-02-04 22:05

    Easy solution is not to use a website to send all these emails just use a desktop application.

    No dedicated server in a cloud is needed, an smtp server installed will do. Well that and a bulk email component like: aspnetmail

提交回复
热议问题