When I try to send out a newsletter (I've got about 1200 members on a newsletter mailing list) the application "times out" before finishing the emails are sent to the entire list. I am using snitz ver 3.3.03
How do I fix this? There was some sort of error message that said I need to extend the amount of time the script was allowed to run but I'm not sure how to do this.
First, you only need to post once about the same problem.
Second to solve your problem you can specify a new timeout value with this statement:
Server.ScriptTimeout = 180
You can change the 180 for a different one. This will specify the timeout value in seconds. I think 90 is usually the default, so maybe 180 is good for a first try.
You need to edit the file that's giving you the timeout error.
Help regarding MODs should be posted in the Help: MOD Implementation forum. That's the reason for all newsletter questions being there. If you eventually post at the wrong forum either a moderator will move it, or you can ask explicitly for it to be moved. That's better than posting twice. Anyway this is not a big issue, as you are just starting here. Just don't double post again .