Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

asp.net smtp mail queue

does anyone know of a module thats available for asp.net that uses a queue to send email to an smtp server?

the queue being the operative word here.. we need a proper fallback mechanism for storing any messages that can't be sent so that the send can be re-attempted later

thanks

like image 506
andrew Avatar asked Apr 28 '26 08:04

andrew


1 Answers

You can submit your messages to an IIS SMTP relay server via the Pickup Folder. This is the cheapest, and probably best, outgoing mail queue for ASP.NET.

Otherwise, you'll just need to connect to your SMTP relay server and configure its queue in whatever manner meets your business needs.

like image 142
Frazell Thomas Avatar answered Apr 29 '26 22:04

Frazell Thomas



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!