mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #02518
[Bug 691366] Re: registration link broken
Not sure how to fix it, it works for some people while does not work for
others.
It looks like EncodeQP method in PHPMailer mostly meets RFC 1521, (e.g.
it limits the string length to 76 chars as RFC 1521), though it exports
line-end from general settings (public $LE = "\n";), while RFC suggest
using "CRLF" (\r\n). However, setting $LE to "\r\n" does not do much
difference for me as far as I can see (still broken in outlook express).
Unlike Omar suggest, in either of settings, it is not broken for me in
Hotmail web interface.
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/691366
Title:
registration link broken
Status in Mahara ePortfolio:
Confirmed
Bug description:
When a new user registers and receives the confirmation email, the
link may be broken when viewed with gmail or other mail clients.
Hotmail works fine.
We tried installing mahara on a different server and environment, and
the problem persists.
Please advice,
Thanks in advance
References