sorry about my english, will try again:
we liked to sent a e-mail which has a active mail-link in the text so that the recipients only needs to klick on it.
we send the following html mail with a
<a href="mailto:
[email protected]" Syntax in the code.
it works everything great, but at the moment the recipient klick on
[email protected] opens additionally to the mail-client/new mail, a browser windows in Explorer/Safari
Explorer keeps a page with the Path to the server where mlm is running, Safari lets open a blank page !!
this behavior occurs only when the Statistic for the mail-dispatch is set.
is there a other way to get a ''active mail-link ''
thank you for helping
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>TBS Identity</title>
</style>
</head>
<body style="background-color: #FFF; margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;">
<style type="text/css">
<!--
a:link {
color: #000;
text-decoration:underline;
}
a:visited {
color: #000;
text-decoration:none;
}
a:hover {
color: #6F6F6F;
text-decoration:none;
}
-->
</style><table width="600" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="570" style="font-family: Arial, Helvetica, sans-serif; font-size:11px; line-height:14px; padding:5px 0 5px 30px;"><p style="color:#666666;">Der Newsletter wird nicht angezeigt? Klicken Sie <a href="http://www.xxx-yyy-zzz.ch" target="_blank">hier</a> um zur Browserversion zu gelangen.</p></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="15" bgcolor="#a7a7a7"></td>
</tr>
<tr>
<td bgcolor="#f2f2f2" height="45"><img src="http://www.xxx-yyy-zzz.ch/fileadmin/templates/images_newsmail_nas/bildstreifen.png" width="470" height="45" alt="TBS" /></td>
</tr>
</table>
<table width="600" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="570" style="padding:40px 0 60px 30px; text-align:right;"><img src="http://www.xxx-yyy-zzz.ch/fileadmin/templates/images_newsmail/mail_logo.gif" width="225" height="45" alt="TBS" /></td>
</tr>
<tr>
<td width="570" style="font-family: Arial, Helvetica, sans-serif; font-size:13px; line-height:20px; font-weight:normal; color:#000000; padding:0 0 120px 30px;"><p>Omnihic tota nienim nimusa volupta veles vere pre evenduc imusani non parit, sinvel ium, etur, evellab inctemq uasinve lestrum ex es enimi, intiuri inctur sequi arum quas aut mo volupit ectatum accume velest delitas am, sapel isquiat.<br />
.<br />
Niet quia doloribuscia sitatur rem quae vel idendest aut liquametur seque que vitate pa debite pro et es magnit, quisto eiunt eictotas sitatem voluptat modia ab ium, vidi opta si dendit landaeritium vellest audis mo cus mint qui tem. Nam erum nihicipiet occaest quo eatiam doloritatias magnihil ium et eruntibus, assenec eressimusa aut la doluptam, sum nullorum am volut unt lant et quo quid et aut repudam, int quibusto veliciam asperspe por sincto bero ommos as ni aut fuga. Us adis alitas ped mosapicte et quatur reperro int volupti aspeles trunten imolupt atibus, aut fuga. Is reratatem aut invel ex essus exped ere perum quis estem faciam fuga. Itatectem nones id magnis mo to temossit, am as receperum que pa id modita que conserro cum, quam quae volupta sinverferunt officab oribus derovid ernatusam solorum autatur, quis id moloreratur?</p>
<p>Freundliche Grüsse<br />
</p>
<p><a href="mailto:
[email protected]">
[email protected]</a> | <a href="http://www.xxx-yyy-zzz.ch" target="_blank" >www.xxx-yyy-zzz.ch</a></p></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="570" style="background-color:#a7a7a7; font-family: Arial, Helvetica, sans-serif; font-size: 11px; line-height:14px; color:#FFFFFF; padding:30px 0 32px 30px;">© 2012 </td>
</tr>
</table>
</body>
</html>