close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

BCC addresses show in email body

Thread began 4/13/2011 8:54 pm by Timespider | Last modified 4/15/2011 1:46 pm by Jason Byrnes | 1482 views | 3 replies |

Timespider

BCC addresses show in email body

Hello, I have a multiple select menu set up in a page for the BCC which all works fine. But when I check the emails the email addresses I have sent it to using the BCC show up in the body, this addresses showing only happens with a multiple select or multiple checkboxes. When I use the loop through recordset system(I have on other pages) everythings fine , it also sends the value of the send button as well(this button value happens on all pages I use UE on), & if I leave the button value empty it appears as "submit query" in the body.

Does anyone have any ideas?

Thanks Chris

Sign in to reply to this post

Jason ByrnesWebAssist

in the webassist/email/templates folder, open the template file for your email.

In code view, near the top will be the following code:

php:
$removeBegins = array();

$removeBegins[] = "Security";



add new items using the name of your submit button and select list. for example, if the select list is name "bcc_select" and the submit button is named "email_submit":

php:
$removeBegins = array();

$removeBegins[] = "Security";
$removeBegins[] = "bcc_select";
$removeBegins[] = "email_submit";




this will ignore those form elements in the email body

Sign in to reply to this post

Timespider

Thanks Jason that did the trick. Is this something I'll have to do every time I set up UE this way?

Also just a side note. I read these forums first & search certain things to find an answer before making a post, but when I find a suitable post & save it in my browsers favourites the next time I click that favourite, it says no records found. Like this one for example.

search.php?searchid=1388009

Why does this happen?

Thanks again, Chris

Sign in to reply to this post

Jason ByrnesWebAssist

Yes, you will need to add any form elements you want to suppress in the email to the remove array.

When you search the forum, you cannot bookmark the search results, the search results are stored in a session which is destroyed when you close you're browser.

You can bookmark individual threads while viewing them however.

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