php-general | 2003022
Date: 02/27/03
- Next message: 1LT John W. Holmes: "Re: [PHP] Little help please"
- Previous message: Jim Long: "[PHP] sort mixed array"
- In reply to: Jason k Larson: "Re: [PHP] Mail (), BBC: recipients not receiving my Newsletter"
- Next in thread: Manuel Lemos: "[PHP] Re: Mail (), BBC: recipients not receiving my Newsletter"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
It's not working either ...
Rick
Off Price Closeouts
1700 W 8 Ave
Miami, FL 33010
(305) 888 2555
FAX (305) 884 1761
-----Mensaje original-----
De: Jason k Larson [mailto:jlarson <email protected>]
Enviado el: Wednesday, February 26, 2003 5:59 PM
Para: Ricardo Fitzgerald
CC: php-general <email protected>
Asunto: Re: [PHP] Mail (), BBC: recipients not receiving my Newsletter
What about using a ';' semicolon seperated list.
Ricardo Fitzgerald wrote:
> Hi to all,
>
> I wrote a small form which dumps data to a php script that uses mail
()
> to send an html newsletter, so far is working except
> that it's not sending to BCC: headers, in my form I have a field to
> enter a comma delimited email list, after submiting the form this list
> is stored under one variable $emaillist, and in my php script I used
> $headers .= "Bcc: ".$emaillist."\r\n";
>
> then I call
>
> mail($to, $subject, $message, $headers);
>
> I don't receive an error message but my email list is not being sent,
> what I'm doing wrong ?
>
> Rick Fitzgerald
>
> Off Price Closeouts
> 1700 W 8 Ave
> Miami, FL 33010
> (305) 888 2555
> FAX (305) 884 1761
>
>
>
>
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: 1LT John W. Holmes: "Re: [PHP] Little help please"
- Previous message: Jim Long: "[PHP] sort mixed array"
- In reply to: Jason k Larson: "Re: [PHP] Mail (), BBC: recipients not receiving my Newsletter"
- Next in thread: Manuel Lemos: "[PHP] Re: Mail (), BBC: recipients not receiving my Newsletter"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

