I have installed the newsletter MOD in my snitz forum, and added a list of e-mails (about 100), to which the newsletter is to be sent.
The newsletter works, but not flawlessly: it doens't send the email to all the emails listed! it reaches a certain point, after which stops (it presents a list with all emails that were sent and a server timeout error msg!!).
quote: Have you tried to increase the timeout by adding Server.ScriptTimeout = 500000 or something like that? That should give it plenty of time to finish what it is doing. BTW I have used this MOD without problems, but with only a handful of subscribers.
Adding the Server.ScriptTimeout line fixed a problem in another non-related script I was having. Just a thought. Let me know if it works.
Put Server.ScriptTimeout = XXXXX at the top of the page which sends the emails. Make sure that it is on a line of of its own and within <% %>-tags. Substitute XXXXX with the number of seconds you want to set the timeout-value to.