Page 1 of 1

broken url on html email send by php

Posted: Thu Nov 10, 2005 9:31 pm
by genux33
Dear All,
I had faced the following issue that when i send html email in php.. Out of all the email that i send from the application, 10-20% of the users got broken url link on the email as following. http://XXXXX.com/activatephp?id=XXXXXXXXXX

There is missing . before the file extension of the url. The correct url is as following
http://XXXXX.com/activate.php?id=XXXXXXXXXX

Why do it happened to only 10-20% of the users whom recieved the email?

Could it be of client-side mail program used by the users?

Posted: Fri Nov 11, 2005 12:40 am
by s.dot
It would be nice to see some code so we could tell you what's going wrong. :P

Posted: Fri Nov 11, 2005 1:13 am
by n00b Saibot
and also this topic doesn't belong to Theory and Design Forum either :roll: