close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Remember the old days?

Thread began 3/20/2019 5:56 pm by Steve | Last modified 3/21/2019 11:12 am by Steve | 704 views | 7 replies

Steve

Remember the old days?

Is there a simple way to convert the prior Email format that allowed a fully custom format composed like this:

//Start Mail Body
$MailBody = $MailBody . "<html><head>\r\n";
$MailBody = $MailBody . "<style type=\"text/css\">\r\n";
$MailBody = $MailBody . "#wrapper {\r\n";
$MailBody = $MailBody . " padding: 4px;\r\n";
$MailBody = $MailBody . " height: auto;\r\n";
$MailBody = $MailBody . " width: 700px;\r\n";
$MailBody = $MailBody . " margin-right: auto;\r\n";
$MailBody = $MailBody . " margin-left: auto;\r\n";
$MailBody = $MailBody . " background-color: #FFF;\r\n";
$MailBody = $MailBody . "}\r\n";
$MailBody = $MailBody . "body {\r\n";
$MailBody = $MailBody . " font-family: Arial, Helvetica, sans-serif;\r\n";
$MailBody = $MailBody . " background-color: #CCC;\r\n";
$MailBody = $MailBody . "}\r\n";
$MailBody = $MailBody . ".pageTitle {\r\n";
$MailBody = $MailBody . " font-family: \"Trebuchet MS\", Arial, Helvetica, sans-serif;\r\n";
$MailBody = $MailBody . " font-style: italic;\r\n";
$MailBody = $MailBody . " font-weight: bold;\r\n";
$MailBody = $MailBody . " color: #690;\r\n";
$MailBody = $MailBody . "}\r\n";
$MailBody = $MailBody . ".style1 { color: #FFFFFF\r\n";
$MailBody = $MailBody . "}\r\n";
$MailBody = $MailBody . "</style>\r\n";
$MailBody = $MailBody . "</head><body>\r\n";
$MailBody = $MailBody . "<div id=\"wrapper\">\r\n";
$MailBody = $MailBody . " <p><strong>Website Application Submission:</strong><br>\r\n";
$MailBody = $MailBody . " </p>\r\n";
$MailBody = $MailBody . " <table width=\"100%\" border=\"0\" cellpadding=\"4\" cellspacing=\"1\">\r\n";
$MailBody = $MailBody . " <tr class=\"Body\">\r\n";
$MailBody = $MailBody . " <td colspan=\"3\" bgcolor=\"#596B0E\"><span class=\"adminHeader style1\">Residential Application</span></td>\r\n";
$MailBody = $MailBody . " </tr>\r\n";
$MailBody = $MailBody . " <tr class=\"Body\">\r\n";
$MailBody = $MailBody . " <td colspan=\"3\" bgcolor=\"#596B0E\"><span class=\"adminHeader style1\">A</span></td>\r\n";
$MailBody = $MailBody . " </tr>\r\n";
$MailBody = $MailBody . " <tr class=\"Body\">\r\n";
$MailBody = $MailBody . " <td colspan=\"3\" bgcolor=\"#FFFFFF\">Date: ";
$MailBody = $MailBody . ((isset($_POST["Date"]))?$_POST["Date"]:"");
$MailBody = $MailBody . "</td>\r\n";
$MailBody = $MailBody . " </tr>\r\n";
$MailBody = $MailBody . " <tr class=\"Body\">\r\n";
$MailBody = $MailBody . " <td colspan=\"3\" bgcolor=\"#FFFFFF\">Your name in full: ";
$MailBody = $MailBody . ((isset($_POST["FullName"]))?$_POST["FullName"]:"");
Etc
Etc



into something that works with the current version?

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...