close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Linking recordset email addresses

Thread began 1/28/2010 6:32 am by ddidion3394878 | Last modified 1/29/2010 2:56 pm by ddidion3394878 | 1853 views | 4 replies

ddidion3394878

Linking recordset email addresses

Hi

I would like to use the contact form dynamicaly. I need the contact form to be linked from a detail page that contains a members email address from a recordset, pass that email address to the contact form so that the mail is sent to that specific member.
Any ideas.This is the codethat is not working.

WAGLOBALS

<?php
$WAGLOBAL_Captcha_Width = "200" ;
$WAGLOBAL_Captcha_Height = "40" ;
$WAGLOBAL_Captcha_Characters = "5" ;
$WAGLOBAL_Captcha_Font = "Fonts/MOM_T___.TTF" ;
$WAGLOBAL_Captcha_BG = "ffffff" ;
$WAGLOBAL_Captcha_Noise = "000000" ;
$WAGLOBAL_Captcha_Text = "000000" ;
$WAGLOBAL_Captcha_BG_transparent = "0" ;
$WAGLOBAL_Email_Server = "mail.americangymtrader.com" ;
$WAGLOBAL_Contact_Email_Subject = "Potential Buyer from American Gym Trader" ;
$WAGLOBAL_Contact_Email_To = ((isset($_POST["ContactEmail"]))?$_POST["ContactEmail"]:"");

$WAGLOBAL_Contact_Email_CC = "";
$WAGLOBAL_Contact_Email_BCC = "";
?>

WAUE contact __________________________________________________________________________________

<?php
$MailAttachments = "";
$MailCC = "";
$MailTo = ((isset($_POST["ContactEmail"]))?$_POST["ContactEmail"]:"");

$MailBodyFormat = ""; $MailBody = "";
$MailImportance = "";
$MailFrom = "".((isset($_POST["Email_address"]))?$_POST["Email_address"]:"") ."";
$MailSubject = "".($WAGLOBAL_Contact_Email_Subject) ."";
$_SERVER["QUERY_STRING"] = "";

//Global Variables

$WA_MailObject = WAUE_Definition("".($WAGLOBAL_Email_Server) ."","25","","","","");

if ($RecipientEmail) {
$WA_MailObject = WAUE_AddRecipient($WA_MailObject,$RecipientEmail);
}
else {
//To Entries
}

//Attachment Entries

//BCC Entries
$WA_MailObject = WAUE_AddBCC($WA_MailObject,"".($WAGLOBAL_Contact_Email_BCC) ."");

//CC Entries
$WA_MailObject = WAUE_AddCC($WA_MailObject,"".($WAGLOBAL_Contact_Email_CC) ."");

//Body Format
$WA_MailObject = WAUE_BodyFormat($WA_MailObject,2);

//Set Importance
$WA_MailObject = WAUE_SetImportance($WA_MailObject,"3");

//Start Mail Body

$MailBody = $MailBody . "";

ob_start();
require_once(dirname(__FILE__) . ("/Templates/contactus.php"));
$contents = ob_get_clean();

$MailBody = $MailBody . "\r\n";
$MailBody = $MailBody . ($contents);
$MailBody = $MailBody . "";
//End Mail Body

$WA_MailObject = WAUE_SendMail($WA_MailObject,$MailAttachments,$MailBCC,$MailCC,$MailTo,$MailImportance,$MailFrom,$MailSubject,$MailBody);

$WA_MailObject = null;
?>

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...