I am running a forum with several thousands of members (SQL server). One of the subforums is "notification-forced" so all members receive the e-mail notification of a new posting.
The web is hosted on a quite strong hardware but sending out thousands of notifications still takes tens of seconds or even minutes though the IIS SMTP service. The message post ASP script eventually times out. Is there any other way how to handle (or process faster) the notification e-mails? This could probably be a problem on larger forums.
Thanks, Vlad