[phorm] [Phorm:] Re: Possible to set CC or BCC field?

  • From: webbbs@xxxxxxxxx
  • To: support@xxxxxxxxx
  • Date: 7 Jun 2004 04:45:48 -0000

The following new message has been posted on Phorm Support Forum at 
<http://www.phorm.com/support/>. 

*************************************************************************** 

  MESSAGE:  (#4111) Re: Possible to set CC or BCC field? 
            <http://www.phorm.com/support/?rev=4111> 
  AUTHOR:   Michael Mann 
  DATE:     June 7, 2004 at 12:45 a.m. EST 

  Reply To: (#4064) Re: Possible to set CC or BCC field? 
  Author:   carlos 
  Date:     May 21, 2004 at 9:35 a.m. EST 

AS sugested I also tried this: 

> <?php 
> $PHORM_ALERTTO = "mimail@xxxxxxxx "; 

> $PHORM_TO = "mail1@xxxxxxxx "; 
> $PHORM_HEADERS = "Bcc:mail2@xxxxxxxx \n"; 

Try doing this (it actually works): 

$PHORM_CC = you@yoursite"; 

Than in Phormjr.php, find this: 

$ph_Headers = "From: $PHORM_FROM\r\n". 

"X-Mailer: PHP3/$ph_Vers\r\n"; 

Change it to this: 

$ph_Headers = "Cc: $PHORM_CC\r\n". 

"From: $PHORM_FROM\r\n". 

"X-Mailer: PHP3/$ph_Vers\r\n"; 

*************************************************************************** 

This is an automatically-generated notice.  If you'd like to be removed from 
the mailing list, please visit Phorm Support Forum at 
<http://www.phorm.com/support/>, or send your request to webbbs@xxxxxxxxxx  If 
you wish to respond to this message, please post your response directly to the 
board.  Thank you! 
-------------------------------------------------
You are receiving this message because you are subscribed to the Phorm mailing 
list. To send messages to the mailing list, simply send email to 
phorm@xxxxxxxxxxxxx from the address you have subscribed. You may unsubscribe 
from the list by sending email to phorm-request@xxxxxxxxxxxxx with 
'unsubscribe' in the SUBJECT field.

Other related posts: