broken url on html email send by php
Posted: Thu Nov 10, 2005 9:31 pm
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?
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?