Re: [PHP] mail() usage in for loops

2003-08-14 Thread Mohanaraj
SMTP machine. That should be ok. Thanks for your input mate. Mohan Quoting Mohanaraj <[EMAIL PROTECTED]>: Dear all, I have read that using mail() in a for loop to send a lot of emails ( around 1k-10k ) emails is not advised due to the fact that it can be resource intensive hence

[PHP] mail() usage in for loops

2003-08-14 Thread Mohanaraj
Dear all, I have read that using mail() in a for loop to send a lot of emails ( around 1k-10k ) emails is not advised due to the fact that it can be resource intensive hence or the script might take so much time that it ti,es out. However what if i append all the emails into the Bcc: header as fol

Re: [PHP] mail() usage in for loops

2003-08-11 Thread Mohanaraj
Michael Geier wrote: See answer above. With Qmail and homegrown software, I have several servers sending upwards of 13K emails per minute. All of these are HTML emails with: Custom headers, Custom unsubscribes. I create my email list and break it into files of 500, then loop through those fil

[PHP] SESSION variable and register_globals

2003-02-10 Thread Mohanaraj
Hello guys, I have a few questions regarding the subject and was hoping you could help me out. 1.If register_globals is on, then doing an unset($_SESSION["blah"]), to unset a session variable will not work as the variable will be unset in that particular instance but will be restored in next i

[PHP] Is it safe to enable unused extensions?

2003-01-17 Thread Mohanaraj
Hi, I might need to enable several extension - out of which only a single one is used. Do these extra extensions that are enabled but not used eat up appreciable amounts of memory or in any way slow down PHP? Thank you and best regards, Mohanaraj -- PHP General Mailing List (http

[PHP] Searchable archive

2002-12-03 Thread Mohanaraj
Hello, Could anyone please point me to a searcheble archive of this mailing list. Thanks guys. Mohan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php