close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Got error, see below

Thread began 7/17/2013 9:55 am by russb335115 | Last modified 7/18/2013 4:12 pm by russb335115 | 2113 views | 9 replies

russb335115

Thanks Jason,

I will check on those things.

Do you know off hand what the requirements are for Network Solutions. As I mention in earlier talks, I will be working with 1and1 but this sit is all ready on NS

Here is the PHP that Universal Email created, it doesn't seem to have were the email form should go but I fill in the info in the interface:

<?php
$MailAttachments = "";
$MailBCC = "";
$MailCC = "";
$MailTo = "";
$MailBodyFormat = "";
$MailBody = "";
$MailImportance = "";
$MailFrom = "chefologie website|WA|order@chefologie.com";
$MailSubject = "Wesbsite Order";
$_SERVER["QUERY_STRING"] = "";

//Global Variables

$WA_MailObject = WAUE_Definition("","","","","","");

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

//Additional Headers

//Attachment Entries

//BCC Entries

//CC Entries
$WA_MailObject = WAUE_AddCC($WA_MailObject,"russb@rgbdesigngroup.com");

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

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

//Start Mail Body
$MailBody = $MailBody . "";
$MailBody = $MailBody . (GetFromPage("templates/Blank_2.php"));
$MailBody = $MailBody . "";
//End Mail Body

$WA_MailObject = WAUE_SendMail($WA_MailObject,$MailAttachments,$MailBCC,$MailCC,$MailTo,$MailImportance,$MailFrom,$MailSubject,$MailBody,"waue_chefologie-family-order-form3_1");

if (isset($GLOBALS["waue_chefologie-family-order-form3_1_Status"])) {
$MailLogBindings = new WAUE_Log_Bindings();
//Start Log Bindings
//End Log Bindings
$MailLogBindings->SuccessOrFailure->MailRef = "waue_chefologie-family-order-form3_1";
$MailLogBindings->Success->MailRef = "waue_chefologie-family-order-form3_1";
$MailLogBindings->Failure->MailRef = "waue_chefologie-family-order-form3_1";
$MailLogBindings->processLog(($GLOBALS["waue_chefologie-family-order-form3_1_Status"] == "Failure"));
}
$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...