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

  • From: webbbs@xxxxxxxxx
  • To: support@xxxxxxxxx
  • Date: 21 May 2004 01:55:35 -0000

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

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

  MESSAGE:  (#4063) Re: Possible to set CC or BCC field? 
            <http://www.phorm.com/support/?rev=4063> 
  AUTHOR:   Holotech 
  DATE:     May 20, 2004 at 9:55 p.m. EST 

  Reply To: (#4061) Possible to set CC or BCC field? 
  Author:   carlos 
  Date:     May 20, 2004 at 6:56 p.m. EST 

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

> $PHORM_TO[1] = "first@xxxxxxxx "; 
> $PHORM_TMPL[1] = "email1.txt"; 

> $PHORM_TO[2] = "second@xxxxxxxx "; 
> $PHORM_TMPL[2] = "email1.txt"; 

> $PHORM_SUBJECT = "inscripcion a jornadas ingles"; 
> $PHORM_TMPL = "email1.txt"; 

This line here is the culprit. You are making $PHORM_TMPL an array above, then 
changing it to a single variable here. 

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

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: