[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 field but you should be safe with a small number like 25 (if not, you can break it up into like 3 emails).


Anyhoo,
In the mail() function, if I use the final field for the From: attribute.
I'm having probs...
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?

My guess would be that it's on the client end. Have you tried formatting it like this...


From: John Doe <[EMAIL PROTECTED]>

--
John C. Nichel
ÜberGeek
KegWorks.com
716.856.9675
[EMAIL PROTECTED]

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to