John, et al --
One more nit to add to this...
...and then CPT John W. Holmes said...
%
...
%
% You can do it like this:
%
% $headers = "From: [EMAIL PROTECTED]: [EMAIL PROTECTED]:
% [EMAIL PROTECTED]";
Yes, figuring that the added line break is just because of a dumb mail
program :-0
%
% o
At 23:51 24.03.2003, CPT John W. Holmes said:
[snip]
>If I'm wrong, someone please let me know, but some servers may only accept
>Bcc: instead of bcc: or BCC:, etc... ?? Does anyone know if that matters? If
>it does, is it only dependant upon the sending SMTP
- Original Message -
From: "Kevin Stone" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 24, 2003 4:17 PM
Subject: Re: [PHP] mail() Bcc:
>
> - Original Message -
> From: "CPT John W. Holmes" <[EMAIL PROTECTED]>
- Original Message -
From: "CPT John W. Holmes" <[EMAIL PROTECTED]>
To: "Kevin Stone" <[EMAIL PROTECTED]>; "Oden Odenius"
<[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Monday, March 24, 2003 3:51 PM
Subject: Re: [PHP] mail() Bcc:
&
> > How can send bcc: with mail()?
> >
> From, CC and BCC are headers to be set in the fourth parameter of the
mail()
> function. Headers must be spearated by end-of-line characters.
>
> $headers = "From: [EMAIL PROTECTED]
> CC: [EMAIL PROTECTED]
> BCC: [EMAIL PROTECTED]";
>
> mail($to, $subject,
>> From: "Oden Odenius" <[EMAIL PROTECTED]>
>> To: <[EMAIL PROTECTED]>
>> Sent: Monday, March 24, 2003 3:44 PM
>> Subject: [PHP] mail() Bcc:
>>
>> How can send bcc: with mail()?
>>
> - Original Message -
> From: "
Not everyone has whatever class you seem to be using...
Bryan Brannigan wrote:
$mail->BCC( "[EMAIL PROTECTED]" );
- Original Message -
From: "Oden Odenius" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 24, 2003 3:44 PM
Subject:
- Original Message -
From: "Oden Odenius" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 24, 2003 1:44 PM
Subject: [PHP] mail() Bcc:
> How can send bcc: with mail()?
>
>
>
> --
> Programmers are tools for convert coffeine int
$mail->BCC( "[EMAIL PROTECTED]" );
- Original Message -
From: "Oden Odenius" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 24, 2003 3:44 PM
Subject: [PHP] mail() Bcc:
How can send bcc: with mail()?
--
Programmers are tools for con
How can send bcc: with mail()?
--
Programmers are tools for convert coffeine into code... (c) Oden
_
Add photos to your messages with MSN 8. Get 2 months FREE*.
http://join.msn.com/?page=features/featuredemail
--
PHP General Mai
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:[EMAIL PROTECTED]
Enviado el: Wednesday, February 26, 2003 5:59 PM
Para: Ricardo Fitzgerald
CC: [EMAIL PROTECTED]
Asunto: Re
"Reuben D Budiardja" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> your $recipients only containt the string "mailinglist.inc", it does not
> contain the e-mail addresses, so the bcc is sent to the mailinglist.inc,
> which is a non-existent address.
DOH! Mis
your $recipients only containt the string "mailinglist.inc", it does not
contain the e-mail addresses, so the bcc is sent to the mailinglist.inc,
which is a non-existent address.
Basically, your header should looks like:
From:[EMAIL PROTECTED]\nBcc:[EMAIL PROTECTED],[EMAIL PROTECTED]\n
etc.
ec
Ahh! I forgot to meantion the \n at the end of the headers in my
original post...
-Original Message-
From: Marcus James Christian [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 11, 2001 1:37 PM
To: [EMAIL PROTECTED]
Subject: Re: [PHP] Mail Bcc to a $variable?
Like this
es Christian [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, July 11, 2001 10:15 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Mail Bcc to a $variable?
>
> Hello,
>
> Ok I've got a script going to a Bcc but can't seem to get it to work
> when it's like this?
>
]
> Sent: Wednesday, July 11, 2001 10:15 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP] Mail Bcc to a $variable?
>
> Hello,
>
> Ok I've got a script going to a Bcc but can't seem to get it to work
> when it's like this?
>
> include("mailinglist.inc&
Try a newline at the end of $headers
-Original Message-
From: Marcus James Christian [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 11, 2001 10:15 AM
To: [EMAIL PROTECTED]
Subject: [PHP] Mail Bcc to a $variable?
Hello,
Ok I've got a script going to a Bcc but can't seem
Hello,
Ok I've got a script going to a Bcc but can't seem to get it to work
when it's like this?
\nBCC:$recipients";
include("password.inc");
if($mailusername == $username && $mailpassword == $password);
{
mail($to, $subject, $bodytext, $headers);
};
?>
So how do I get mail to Bcc a variabl
18 matches
Mail list logo