[phorm] [Phorm:] Re: Sending to other e-mail addresses

  • From: webbbs@xxxxxxxxx
  • To: support@xxxxxxxxx
  • Date: 3 Mar 2004 14:31:54 -0000

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

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

  MESSAGE:  (#3803) Re: Sending to other e-mail addresses 
            <http://www.phorm.com/support/?rev=3803> 
  AUTHOR:   Ian J Young 
  DATE:     March 3, 2004 at 9:31 a.m. EST 

  Reply To: (#3800) Re: Sending to other e-mail addresses 
  Author:   Holotech 
  Date:     March 3, 2004 at 8:51 a.m. EST 

> OK, let me see your whole config file. 
If you insist: 

Here it is with sensitive info removed. 

<?php 
# In this file, text coming after a # character or // characters is ignored. 

# PHORM_FROM, PHORM_FILE01 and PHORM_FILE02 are coming from form fields, so 
# they need to be declared here. Only PHORM_ variables being passed from a 
# form field need to be declared this way. 
$PHORM_FROM = ph_DECLARE; 
$PHORM_REFERENCE = ph_DECLARE; 
$PHORM_FILE01 = ph_DECLARE; 
$PHORM_FILE02 = ph_DECLARE; 
$PHORM_MYTABLE = ph_DECLARE; 
$PHORM_MYVARS = ph_DECLARE; 

$DHost = ""; 
$DUser = ""; // This bit all works as it inserts the file into Table, just 
doesnt email it anyone 
$DPass = ""; 
$DBase = ""; 

$PHORM_MYTABLE = "candidates"; 
$PHORM_MYVARS = "cv=PHORM_FILE01"; 

$PHORM_CMODE01 = ph_MAKEUNIQUE; 
$PHORM_CMODE02 = ph_DISCARD; 

$PHORM_VALDEFS = "rules.txt"; 

$PHORM_ACK = "ack.html"; 

$PHORM_TO = "$contacte-mail"; // Change to your address 
$PHORM_TMPL = "email.txt"; 
$PHORM_SUBJECT = "$PHORM_REFERENCE"; 
$PHORM_HEADERS = "X-Dont-Read-This: I Warned You!!!\n"; 

$PHORM_LOG = "textlog.txt"; 
$PHORM_LOGVAR = "Name PHORM_FROM Category Export"; 

$PHORM_RESPOND = "responder.txt"; 
$PHORM_RESFROM = "Directors-Online"; 
$PHORM_RESUBJ = "Your Application"; 
$PHORM_RESRPLY = "cv's@xxxxxxxxxxxxxxxxxxxx"; 
$PHORM_RESHDRS = "X-Mailer: Directors-Online.com.0\r\n"; 
$PHORM_RESATCH = ""; 

?> 

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

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: