[phorm] Won't send the email

  • From: Sam Burnell <samburnell@xxxxxxxxxxx>
  • To: phorm@xxxxxxxxxxxxx
  • Date: Wed, 9 Jun 2004 13:20:19 -0700

Hi,
I uploaded the following files to the host server via ftp and put them 
in the same directory as my index.html file:

phormjr.php3
RFA.phm
ack.html
email.txt

In the html of my index page, I put the following:

                        <FORM NAME="Form" METHOD=POST ACTION="phormjr.php3">
                        
                                        <INPUT TYPE=HIDDEN NAME="PHORM_NAME" 
VALUE="RFA">
                                        <INPUT TYPE=HIDDEN NAME="PHORM_FROM">
                                        
                                        form values here
                                        submit button here

                        </FORM>

The configuration file (RFA) is as follows:

<?php
   $PHORM_ALERTTO = "samburnell@xxxxxxxxxxxxx";

   $PHORM_TO      = "samburnell@xxxxxxxxxxx";
   $PHORM_SUBJECT = "Renaissance Fine Arts Subscription Confirmation";
   $PHORM_TMPL    = "email.txt";

   $PHORM_ACK     = "ack.html";

   $PHORM_REQ     = "First Last Phone Email";

   $PHORM_FROM    = ph_DECLARE;
   $PHORM_NAME    = ph_DECLARE;

   $PHORM_LOG     = "RFA_log.txt";
   $PHORM_LOGVAR  = "Last PHORM_FROM";
?>

When the form is filled out, the acknowledgement posts but the email 
does not send.

What am I doing wrong???

Thanks in advance for any assistance.

Sam

ps - Mac OS 10.2.8

-------------------------------------------------
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] Won't send the email