[phorm] [Phorm:] Re: Multiple email Phorm

  • From: webbbs@xxxxxxxxx
  • To: support@xxxxxxxxx
  • Date: 12 Jul 2003 00:33:58 -0000

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

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

  MESSAGE:  (#2958) Re: Multiple email Phorm 
            <http://www.phorm.com/support/?rev=2958> 
  AUTHOR:   Patrick O'Hara 
  DATE:     July 11, 2003 at 8:33 p.m. EST 

  Reply To: (#2947) Multiple email Phorm 
  Author:   Brandon Drury 
  Date:     July 10, 2003 at 3:18 a.m. EST 

Hi Brandon, 

I've answered your first question here: 

http://www.phorm.com/support/?read=2954 

As for the autoresponder, you could do the same sort of thing to select an 
autoresponder. Use a condition to stop the email going to you maybe. 

if (isset($whichAutoResponder)) { 
-- $PHORM_INFONLY = true; // your not logging info so set to true 
-- $PHORM_RESPOND = $whichAutoResponder; 
-- // other respond settings here 
} 
else { 
-- $PHORM_TO = "you@xxxxxxxxxxxxxx"; 
-- // other email settings here 
-- $PHORM_RESPOND = "respond.txt"; 
-- // standard respond settings here 
} 

Regards, 

Patrick O'Hara 
WhitsundayIT 
QLD, Australia 

patrick@xxxxxxxxxxxxxxxx 
www.whitsundayit.com 

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

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:

  • » [phorm] [Phorm:] Re: Multiple email Phorm