close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Email to group of addresses from recordset(s)

Thread began 3/23/2012 10:49 am by alanblazek436860 | Last modified 3/26/2012 7:10 pm by alanblazek436860 | 1993 views | 7 replies

Jason ByrnesWebAssist

it looks like you have hand coded the recordset loop for the to address?

1) Change this line:

php:
if(is_array($_POST[$key])) $_POST[$key] = implode(", ", $_POST[$key]);



to:

php:
if(is_array($_POST[$key])) $_POST[$key] = implode("', '", $_POST[$key]);




you may need to comment this line:
$theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue;


2) in the from address recordset you are using a session variable, are you sure that session has a value? try adding this code at line 1:

php:
<?php @session_Start(); ?>



if it is still not working, add this code after the body tag for troubleshooting:

php:
<?php echo("SQL: ".$query_GetSender); ?>

post back the sql statement this generates.

for the form contents, the simplest way to get the form data in the email is to use one of the templates.


if you don't use a template, you need to click the DW edit button to design the email body and add the form bindings to the page manually.

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