开发者

CakePHP problems with Yahoo, Hotmail and YopMail referals

Here's one of the most strangest problems i've ever seen in my life as developer:

I have a website running CakePHP (lastest version, always) and when I send an email to someone (using Yahoo, Hotmail or YopMail), let's say a "remember my password" message, the CakePHP don't work properly.

What should happend: user acess the website using the link sent via email, internal process (generating the new password and sending it via email to the user), redirect the user to the homepage with a message "Your new password was sent by email".

The problem is that when the user clicks the link he's redirected to the homepage without any session v开发者_开发问答ariables... And there's no generated email!

But if I send the SAME link to someone using gMail it works like a charm.

Do you have any clue about where I should start?


It was some problem with the security level... I lowered it to "low" and it worked.


If it works in GMAIL, but not in YAHOO, then it sounds like yahoo is filtering your message. It's possible your wording triggers their spam or exploit filter. Just as a test, try sending the same link as an image link instead of using text. see if that works for yahoo.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜