Re: [PHP] mail() limit?

2001-04-08 Thread Manuel Lemos
Hello Christian, On 07-Apr-01 07:29:27, you wrote: On Friday 06 April 2001 22:47, you wrote: Hi, Does anyone know if and what the limit is of bcc that can be used in the mail() function? Hundreds, thousands? If you wonder about approaching such a limit you'll be better off with a real

Re: [PHP] mail() limit? Use aliases table [typo]

2001-04-08 Thread Lindsay Adams
Sorry, this: BTW, the format for an alias file is: addr1, addr2, addr3 OR should read ... The format for a mailing list file is: ... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

Re: [PHP] mail() limit? Use aliases table

2001-04-08 Thread Manuel Lemos
Hello Lindsay, On 08-Apr-01 16:14:00, you wrote: If you have access to /etc/aliases, this makes your code much easier It works but it requires that you have root permissions and use the real sendmail program and not another wrapped mailing system. For bulk mailing, like for mailing lists,

Re: [PHP] mail() limit? Use aliases table

2001-04-08 Thread Lindsay Adams
No, I use my manual lists without a problem. If I ever have to install on a system that does not allow normal use of an alias table by a normal user, then I might try something else. But under my resellers account on AIT, I get to do whatever I want with aliases, and the lists work find =) I

Re: [PHP] mail() limit? Use aliases table

2001-04-08 Thread Manuel Lemos
Hello Lindsay, On 08-Apr-01 20:02:57, you wrote: No, I use my manual lists without a problem. If I ever have to install on a system that does not allow normal use of an alias table by a normal user, then I might try something else. But under my resellers account on AIT, I get to do whatever I

Re: [PHP] mail() limit?

2001-04-07 Thread Christian Reiniger
On Friday 06 April 2001 22:47, you wrote: Hi, Does anyone know if and what the limit is of bcc that can be used in the mail() function? Hundreds, thousands? If you wonder about approaching such a limit you'll be better off with a real mailinglist manager (mailman, listar, ezmlm, ...) --

[PHP] mail() limit?

2001-04-06 Thread Chris
Hi, Does anyone know if and what the limit is of bcc that can be used in the mail() function? Hundreds, thousands? Thanks, Chris

RE: [PHP] mail() limit?

2001-04-06 Thread Boaz Yahav
be 10,000 chars... Sincerely berber Visit http://www.weberdev.com Today!!! To see where PHP might take you tomorrow. -Original Message- From: Chris [mailto:[EMAIL PROTECTED]] Sent: Friday, April 06, 2001 10:47 PM To: php Subject: [PHP] mail() limit? Hi, Does anyone know