Description
When you receive email generated from Cora SeQuence, there are two, untitled DLL file attachments.
Cause
BRS is configured to send logos in Cora SeQuence-generated emails, but the XSLT. does not include the logos.
Solution
You can either disable logo sending, or add the logo images to the XSLT file.
Disable Logo Sending
- Open the BRS configuration file.
- Locate the sendLogos parameter and change the value from true to false.sendLogos="False"
- Save the BRS configuration file.
- Restart BRS.
Add Logos to the XSLT File
- Navigate to the folder where you installed BRS.
- Navigate to \Messaging\Images, and put your logo files in each relevant language folder.
 We recommend that you do not change the naming convention.
- Navigate to \Messaging\XSLTand modify each relevant language XSLT file to include the logo images in the email body's HTML.
 <img src="cid:logo_small.gif"></img>
 <img src-"cid:logo.gif"></img>
- Save the XSLT file.
- Restart BRS.
