problems with sendmail --HELP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jmartinezp
Forum Newbie
Posts: 1
Joined: Tue Oct 14, 2008 9:58 am

problems with sendmail --HELP

Post by jmartinezp »

Hi there, i'm using sendmail to send and HTML-formatted e-mail. It turns out that either the mail service (gmail, hotmail are the ones i used) are adding non desired extra characters in the links, do you have any idea how to solve this?
example:
link should go like this:

http://.../edm/home.php?IDCODE=%%IDCODE%%&id_paquete=%%PACKAGE_ID%%&cve_envio=%%EFFORT_NUMBER%%&email=%%EMAIL%%&fName=%%FNAME%%&lName=%%LNAME%%

but appears like this:

http://.../edm/home.!%20php?IDCODE=PR000001&id_paquete=730&cve_envio=1&email=pruebaedm@hotmail.com&fName=Don%20Probando&lName=Test%20De%20La%20Prueba
Post Reply