Quote:
Originally Posted by chunk1978
everything works great except for the fact that nothing get's posted to the webpage from my HTML email...
My guess is that this is a security feature built into email applications to discourage phishing.
Imagine how naive Users are not to check the location bar before logging into a website they got to by clicking on a link in an email.
How hard is it to believe that those same Users might just be unwitting enough to try to "login into their bank's website" from an anonymous email that looks official?
My recommendation would be to create a UUID for that User's account and put it in a link in the email.
Quote:
Originally Posted by Your Mailer Script
<p>Welcome to the site! To get started, activate your account by going to the following URL:</p>
<p>http:// mysite.com/activate.php?uuid=da63fb69aeb03c776bd23e91e2c1cb3d f30135d3</p>
In this case, activate.php would contain the form, custom-tailored to that User's account.