Adam,
This does not seem to address my question at all. Does the Editor.EnableAntiSpamEmailEncoder Property address links that are not email addresses?
Here is an example of code that I am using and what is happening.
Here is the original code that I put in the editor:
<tr>
<td bgColor=#eaeadb><img alt=""
src="http://cutesoft.net/vSiteManager/StamfordHospital/public/upload/images/email_template/hr_dash_spacer.gif"><br><a
style="FONT-SIZE: 12px; COLOR: #902147; FONT-FAMILY: Arial"
href="http://www.stamfordhospital.org/Services/HealthLibrary/content.aspx?pageid=P08808"
target=_blank>Heart Risk in Men Linked to
Migraines</a><br><img alt=""
src="http://cutesoft.net/vSiteManager/StamfordHospital/public/upload/images/email_template/hr_dash_long.gif">
<a style="FONT-SIZE: 12px; COLOR: #902147; FONT-FAMILY: Arial"
href="#" target=_blank>Women Have Higher Rates of Post-Traumatic
Stress </a><br><img alt=""
src="http://cutesoft.net/vSiteManager/StamfordHospital/public/upload/images/email_template/hr_dash_long.gif">
<a style="FONT-SIZE: 12px; COLOR: #902147; FONT-FAMILY: Arial"
href="#" target=_blank>Sorting Through Multiple Risk
Factors</a><br><img alt=""
src="http://cutesoft.net/vSiteManager/StamfordHospital/public/upload/images/email_template/hr_dash_long.gif">
<a style="FONT-SIZE: 12px; COLOR: #902147; FONT-FAMILY: Arial"
href="#" target=_blank>Migraines
Defined</a><br><img alt=""
src="http://cutesoft.net/vSiteManager/StamfordHospital/public/upload/images/email_template/hr_dash_long.gif">
<a style="FONT-SIZE: 12px; COLOR: #902147; FONT-FAMILY: Arial" href="#"
target=_blank>Online Resources </a><br><img alt=""
src="http://cutesoft.net/vSiteManager/StamfordHospital/public/upload/images/email_template/hr_dash_spacer.gif">
</td>
</tr>
Here is what ended up in the source of the email. Please note that
it strips out the Style information from the link with the actual valid HREF
address. The editor ACTUALLY SHOWS IT CORRECT. However, it is being stripped
out upon mailing. I did send a test of the message to my Yahoo account to
see if it is different there. Yahoo also shows the link without style info.
<tr>
<td bgColor=#eaeadb><img alt="" src="http://extranet.acsysweb.com/vSiteManager/StamfordHospital/public/upload/images/email_template/hr_dash_spacer.gif"><br><a
href="http://www.opt1in.com/clickthrough.aspx?lid=18462&cid=6292&uid=">Heart
Risk in Men Linked to Migraines</a><br><img alt=""
src="http://extranet.acsysweb.com/vSiteManager/StamfordHospital/public/upload/images/email_template/hr_dash_long.gif">
<a style="FONT-SIZE: 12px; COLOR: #902147; FONT-FAMILY: Arial"
href="#" target=_blank>Women Have Higher Rates of Post-Traumatic
Stress </a><br><img alt="" src="http://extranet.acsysweb.com/vSiteManager/StamfordHospital/public/upload/images/email_template/hr_dash_long.gif">
<a style="FONT-SIZE: 12px; COLOR: #902147; FONT-FAMILY: Arial"
href="#" target=_blank>Sorting Through Multiple Risk Factors</a><br><img
alt="" src="http://extranet.acsysweb.com/vSiteManager/StamfordHospital/public/upload/images/email_template/hr_dash_long.gif">
<a style="FONT-SIZE: 12px; COLOR: #902147; FONT-FAMILY: Arial"
href="#" target=_blank>Migraines
Defined</a><br><img alt="" src="http://extranet.acsysweb.com/vSiteManager/StamfordHospital/public/upload/images/email_template/hr_dash_long.gif">
<a style="FONT-SIZE: 12px; COLOR: #902147; FONT-FAMILY: Arial"
href="#" target=_blank>Online Resources
</a><br><img alt="" src="http://extranet.acsysweb.com/vSiteManager/StamfordHospital/public/upload/images/email_template/hr_dash_spacer.gif">
</td>
</tr>
Here is what happened to the code after I went back and forth from
the HTML editor to the Normal view a couple of times and then sent out the
message. Note the insertion of img alt="
target=_blank" into the code and the removal of it from the hyperlink
code. This is occurring within the editor.
<tr>
<td bgColor=#eaeadb><img alt="" src="http://extranet.acsysweb.com/vSiteManager/StamfordHospital/public/upload/images/email_template/hr_dash_spacer.gif"><br><a
href="http://www.opt1in.com/clickthrough.aspx?lid=18464&cid=6292&uid=">Heart
Risk in Men Linked to Migraines</a><br><img alt=""
src="http://extranet.acsysweb.com/vSiteManager/StamfordHospital/public/upload/images/email_template/hr_dash_long.gif">
<a style="FONT-SIZE: 12px; COLOR: #902147; FONT-FAMILY: Arial"
href="#">Women Have Higher Rates of Post-Traumatic Stress </a><br><img
alt=" target=_blank" src="http://extranet.acsysweb.com/vSiteManager/StamfordHospital/public/upload/images/email_template/hr_dash_long.gif">
<a style="FONT-SIZE: 12px; COLOR: #902147; FONT-FAMILY: Arial"
href="#">Sorting Through Multiple Risk Factors</a><br><img
alt=" target=_blank" src="http://extranet.acsysweb.com/vSiteManager/StamfordHospital/public/upload/images/email_template/hr_dash_long.gif">
<a style="FONT-SIZE: 12px; COLOR: #902147; FONT-FAMILY: Arial"
href="#">Migraines Defined</a><br><img alt="
target=_blank" src="http://extranet.acsysweb.com/vSiteManager/StamfordHospital/public/upload/images/email_template/hr_dash_long.gif">
<a style="FONT-SIZE: 12px; COLOR: #902147; FONT-FAMILY: Arial"
href="#">Online Resources </a><br><img alt="
target=_blank" src="http://extranet.acsysweb.com/vSiteManager/StamfordHospital/public/upload/images/email_template/hr_dash_spacer.gif">
</td>
</tr>
Adam, that is why I am looking for settings that can be changed to tell the editor not to modify the HTML code AT ALL unless someone makes changes from within the editor.
Thanks,
Jon.