Re: [PHP] mail() and the From: attribute...

2004-08-13 Thread Stephan Fiedler
Hi Tristan, [EMAIL PROTECTED] wrote: HAving: ..."From: [EMAIL PROTECTED]"); doesn't work on all recipients... BUT.. ..." From: justaname"); Works on others... but not all...? Surely this can't be? I've never come accross this before? Any ideas what's up? Well, what I do when sending mail with a

Re: [PHP] mail() and the From: attribute...

2004-08-13 Thread Tristan . Pretty
PROTECTED] From: John Nichel <[EMAIL PROTECTED]> Date: 08/13/2004 01:52PM Subject: Re: [PHP] mail() and the From: attribute... [EMAIL PROTECTED] wrote: > I'm sending out a mail, en mass to about 25 people, using the while loop from a > MySQL query... You could send out just one

Re: [PHP] mail() and the From: attribute...

2004-08-13 Thread John Nichel
[EMAIL PROTECTED] wrote: I've tried just having a name, and it still doesn't reach my notes based E-mail... :-( Hmmm, also, how do you specify to send in the BCC field, using the mail() function? In the headers http://us4.php.net/manual/en/function.mail.php mail ( to, subject, message [, addi

Re: [PHP] mail() and the From: attribute...

2004-08-13 Thread John Nichel
[EMAIL PROTECTED] wrote: I'm sending out a mail, en mass to about 25 people, using the while loop from a MySQL query... You could send out just one mail, and put all the names in the BCC field. Save yourself a few SMTP connections. I think there's a limit to how many addresses you can have in a