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.
1. Remove the Header, and Replace the footer with a blank footer
...
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
<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:10px 10px 10px 10px;" class="elq-header-footer-cell cell "><span>
<div style="text-align: center;"><br>
<a data-targettype="webpage" href="https://business.wisc.edu/"><strong>Wisconsin School of Business</strong></a> | <a data-targettype="webpage" href="https://www.wisc.edu/privacy-notice/">Privacy Policy</a> | <a href="${Gears.unsubscribe()}">Unsubscribe</a><br>
Grainger Hall, 975 University Avenue, Madison, WI 53706<br>
<br>
</div>
</span></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
|
...