If you'd like to create an email using the Eloqua email builder but send it using another program (such as LRM), follow the instructions for building a normal Eloqua email then make the following changes:
LRM specific email templates have been created for MBA and MS emails. When creating these emails, select a template that starts with "LRM" in the name, and don't select your email group before you click design. A custom html footer for LRM unsubscribes has been added, and while it may look unusual in the editor, will appear correctly in the html.
The default header contains a "View it on the Web" link that only works for Eloqua-sent emails
The default footer contains an "Unsubscribe" button that only works for Eloqua-sent emails.



This step is optional. If you want Eloqua tracking codes to be removed from your links, do the following:
Some email sending programs, like iContact, automatically add an unsubscribe footer. However, some, like LRM, don't, and you'll need to manually add a footer so you can comply with CAN-SPAM regulations.
Open up the html file you just saved. Scroll to the bottom, and locate the following html:
<table style="max-width:600px;min-width:300px;margin:0 auto;" width="100%" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="background-color:#FFFFFF;line-height:18px;">
<table width="100%" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td>
<table width="100%" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="background-color:#FFFFFF;line-height:18px;padding:0px 0px 0px 0px;" class="elq-header-footer-cell cell "><span>
</span></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table> |
Select this entire section and replace it with the html for your footer. If you're using LRM, paste the following code:
(this code has been added to email templates that begin with "LRM")
LRM footer
|