Re: [PHP] Simple question about mail() limitations (if any :)

2001-03-22 Thread Greig, Euan
< on IIS it is much better solution for more than few mails is to put them < simply in pickup directory of smtp server, I am also sure that there is a < similar possibility on linux How can I identify the location of the pickup directory for the smtp server (on NT)? Euan Greig Technical Consulta

Re: [PHP] Simple question about mail() limitations (if any :)

2001-03-21 Thread almir
on IIS it is much better solution for more than few mails is to put them simply in pickup directory of smtp server, I am also sure that there is a similar possibility on linux -almir ""SED"" <[EMAIL PROTECTED]> schrieb im Newsbeitrag [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > > Before I

[PHP] Simple question about mail() limitations (if any :)

2001-03-21 Thread SED
Hi, Before I try it myself and kill my server :), is it safe to send via mail() function multiply e-mails like: while (expr) { mail ($to, $subject, $message); } Are there any limitation in this? (e.g. 100 mails? 100.000? 1.000.000?) If so, is it possible