Links and email

idb

New Member
I made my first newsletter. I tested it by sending it to myself.
But why do all the links go to my homepage and not to the specific url I gave it?

Like code:
Als u de nieuwsbrief niet meer wilt ontvangen, klik dan <a href="mailto:[email protected]" target="_new">

This is going to the homepage even as:

<a href="http://www.itdentity.nl/diensten/hoog-scoren-in-google">Lees verder... </a>

This is the code above my document:
<form id="form1" name="form1" method="post" action="">
</form>
 

stanbusk

Administrator
Staff member
MaxBulk Mailer is just a mailer, your HTML code or message is sent as is. Anyway I am not sure to understand your problem :-/
 
Top