Mar 29th, 2010, 8:57 AM
Hello,
I performed a search on this topic, but didn't find the answer I was looking for. I have two separate forms and both send out confirmation emails on submission and when updated. The problem I'm experiencing is that the emails are coming to our customers with nothing in them; completely blank, besides Gmail and some Outlook clients. This only occurs with the nicely formatted emails with graphics.
Any ideas? The HTML Code is below:
I performed a search on this topic, but didn't find the answer I was looking for. I have two separate forms and both send out confirmation emails on submission and when updated. The problem I'm experiencing is that the emails are coming to our customers with nothing in them; completely blank, besides Gmail and some Outlook clients. This only occurs with the nicely formatted emails with graphics.
Any ideas? The HTML Code is below:
Quote:<center>[/quote]
<table width="600" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="5" height="20"> </td>
</tr>
<tr>
<td colspan="5" ><a href="http://www.bendpak.com" target="_blank"><img border="0" width="600" height="88" src="http://www.bendpak.com/BP-Emailthis_Header.jpg" alt="Thank you for inquiring about BendPak" /></a></td>
</tr>
<tr>
<td width="1" bgcolor="#CCCCCC" align="left" valign="top"></td>
<td width="19" bgcolor="#FFFFFF" align="left" valign="top"> </td>
<td width="560" bgcolor="#FFFFFF" align="left">
<table width="560" border="0" cellpadding="5">
<tr>
<td>
<font face="Tahoma, Geneva, sans-serif" size="2" color="#333333">
<p>Dear {$ANSWER_Name},</p>
<p>Thank you for your BendPak / Ranger product query. This email is to confirm that we have received your request and will process your information within the next 24 hours.</p>
<p>You'll receive a follow-up email containing your quote number and contact information to an authorized BendPak / Ranger Dealer.</p>
<p><strong>***NOTICE***</strong> If the BendPak dealer attempts to sell you, provide pricing for, or otherwise offer you lesser-quality, non-BendPak / Ranger product(s), we would appreciate hearing from you. Simply notify us via return e-mail at <a href="mailto:contact@bendpak.com">contact@bendpak.com</a>. BendPak does not in any way endorse this practice and will happily provide you with information for another dealer in your area. <strong>Your alert will be kept anonymous.</strong></p>
<p>Sincerely,<br />
The BendPak Team</p>
</font></td>
</tr>
</table>
</td>
<td width="19" bgcolor="#FFFFFF" align="left" valign="top"> </td>
<td width="1" bgcolor="#CCCCCC" align="left" valign="top"></td>
</tr>
</table>
<table width="600" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<a href="http://www.bendpak.com" target="_blank"><img src="http://www.bendpak.com/BP-Email_Footer.jpg" alt="Visit BendPak's website!" border="0" width="600" height="131"/></a>
</td>
</tr>
</table>
</center>