Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

email queueing with c#

Tags:

c#

not sure it is possible but I am looking for a solution that will queue email messages.

Is there any way to write some sort of web app that will run and send certain amounts of emails to email server for delivery even after I submit my message and close webpage. May be some sort of daemon?

like image 787
nLL Avatar asked May 27 '26 05:05

nLL


1 Answers

A local email server will do exactly that. Once you setup a local email relay server (make sure it will only accept email from the localhost), then just sent email to it and let it handle actually delivering the email.

It will be tons more reliable and configurable than anything you could write. Depending on the platform, you should be able to tune rates of delivery and any other parameters you'd like.

Windows: IIS SMTP Server
Linux: Postfix

like image 56
Alan Jackson Avatar answered May 28 '26 20:05

Alan Jackson



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!