close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Sending recordset data in universal email body

Thread began 7/29/2020 12:29 pm by sandy170299 | Last modified 7/30/2020 9:39 am by Ray Borduin | 312 views | 3 replies |

sandy170299

Sending recordset data in universal email body

I have a query on a page with universal email. Universal email is using the email address of the recordset to send emails out. This is working.

However, whenever I add fields to the email template from the recordset, the emails won't send. Do I also need to include the recordset on the template page of the email? I can't find a tutorial for adding recordset fields to the email template.

Thank you.

Sign in to reply to this post

sandy170299

I found this in another thread, and it seems to be working now.

<?php global $recordset_name; ?>

Actually, it's not working. It's only sending the first record in the recordset, not all of them. Please see PM and attachments.

Thank you.

Attached Files
issuanceAdd.zip
Sign in to reply to this post

Ray BorduinWebAssist

Your getIssuances recordset is only returning one row.... update this line:

$getIssuances = new WA_MySQLi_RS("getIssuances",$numeroseti,1);

to:

$getIssuances = new WA_MySQLi_RS("getIssuances",$numeroseti,0);

Then it will return all rows.

Sign in to reply to this post
Did this help? Tips are appreciated...

sandy170299

Thank you!

Sign in to reply to this post

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