[phorm] [Phorm:] 074 - Mail function failed on autoresponder

  • From: webbbs@xxxxxxxxx
  • To: support@xxxxxxxxx
  • Date: 25 Jan 2003 08:56:47 -0000

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

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

  MESSAGE:  (#2174) 074 - Mail function failed on autoresponder 
            <http://www.phorm.com/support/?rev=2174> 
  AUTHOR:   Jason 
  DATE:     January 25, 2003 at 3:56 a.m. EST 

This is the alert I am getting: 

Internal Alerts: 
074 - Mail function failed on autoresponder 

Phorm Variables: 
PHORM_RCONFIG: Y 
PHORM_ALERTTO: Webmaster@xxxxxxxxxxxxxxxx 
PHORM_TO: Operations@xxxxxxxxxxxxxxxx 
PHORM_SUBJECT: Customer RMA Request 
PHORM_REFERER: 
|www.sillynotions.com|www.sillynotions.com/forms/rma_frm.php|www.sillynotions.com/forms/phorm.php|
 
PHORM_REGEX: 0 
PHORM_CONFIG: rma_config.php3 
PHORM_BASE: ./rma 
PHORM_FROM: jknliv@xxxxxxxxx 
PHORM_VALDEFS: rma_rules.txt 
PHORM_ACK: ./rma/rma_ack.php 
PHORM_TMPL: rma_info_sent_email.txt 
PHORM_RESPOND: rma_autoresponse_email.txt 
PHORM_RESFROM: Operations@xxxxxxxxxxxxxxxx 
PHORM_RESUBJ: RE: Your request for an RMA number 

This is my global config file: 
<?php 
$PHORM_RCONFIG = "Y"; 

$PHORM_ALERTTO = "Operations@xxxxxxxxxxxxxxxx"; 

$PHORM_TO = "Operations@xxxxxxxxxxxxxxxx"; 
# $PHORM_FROM = PHORM_FROM; 
$PHORM_SUBJECT = "Someone sent in a form"; 

# $PHORM_TMPL = ph_GENERIC; 
# $PHORM_ACK = ph_GENERIC; 

$PHORM_REFERER = 
"|www.sillynotions.com|www.sillynotions.com/forms/rma_frm.php|www.sillynotions.com/forms/phorm.php|";
 
?> 

And this is my form config: 
<?php 
$PHORM_BASE = "rma"; 
$PHORM_FROM = ph_DECLARE; 

$PHORM_VALDEFS = "rma_rules.txt"; 
$DATE_LOCAL = date ("F d, h:i a"); 

$PHORM_ALERTTO = "Webmaster@xxxxxxxxxxxxxxxx"; 

$PHORM_TO = "Operations@xxxxxxxxxxxxxxxx"; 
$PHORM_ACK = "rma_ack.php"; 
$PHORM_TMPL = "rma_info_sent_email.txt"; 
$PHORM_SUBJECT = "Customer RMA Request"; 
$PHORM_FROM = $PHORM_FROM; 

$PHORM_RESPOND = "rma_autoresponse_email.txt"; 
$PHORM_RESFROM = "Operations@xxxxxxxxxxxxxxxx"; 
$PHORM_RESUBJ = "RE: Your request for an RMA number"; 

$PHORM_LOG = "rma_text_log.txt"; 
$PHORM_LOGVAR = "PHORM_COUNTER name 'address1' 'address2' sity state zip 
PHORM_FROM phone invoice rec_defective 'reason' REMOTE_ADDR REMOTE_HOST 
DATE_LOCAL HTTP_REFERER HTTP_USER_AGENT"; 
$PHORM_LDELIM = ","; 

$PHORM_MYDBV = "frm_values_set.php3"; 
$PHORM_MYTABLE = "rma_frm"; 
$PHORM_MYVARS = "trackingid=PHORM_COUNTER, name=name, address1=address1, 
address2=address2, city=city, state=state, zip=zip, email=PHORM_FROM, 
phone=phone, invoice=invoice, rec_defective=rec_defective, reason=reason, 
remoteip=REMOTE_ADDR, frmsubdate=DATE_LOCAL, referer=HTTP_REFERER, 
browser=HTTP_USER_AGENT"; 
?> 

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

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:] 074 - Mail function failed on autoresponder