Index
Main Menu
Related topics:
AddBCCAddress
AddBCCAddress
Tutorial Videos
Tutorial videos are available here.
Knowledge Base
Visit our User Forum for discussions & solutions
December 15, 2022
AddBCCAddress - XpressDox
Add BCC addresses to your XpressDox email template
When using the SaveAsEmail function in your XpressDox template, additional addressees can be added to the email. This post shows how BCC addresses can be conditionally added.
«Comment(conditionally include a BCC in this template)»
«ChooseFromHzRDBList(BCC_Required,,Yes,No)»
«if(BCC_Required = ‘Yes’)»
«AddBCCAddress(BCC_Address)»
«End()»
«SaveAsEmail(Email_To,'Letter')»
Sequence of fields on the interview:
Note how the AddBCCAddress function appears before SaveAsEmail. This is an important sequence. However it does mean that the fields on your interview will appear in a less than ideal sequence.
Use the Interview Manager on the XpressDox ribbon to drag the fields to new positions on the interview until you end up with this: