-
Bug
-
Resolution: Done
-
Minor
-
None
-
3.8, 3.8.1
-
None
-
MOODLE_38_STABLE
Several emails contain non clickable links since fixing MDL-61649 I assume.
Before emails where text based and the mail client could try to do something intelligent with links. Now the email exists in html, the links should be send as links in the language string.
There is a language string necessary for text email and one for HTML email or the links should be automatically converted to working links.
Since this worked better for users before adding the html-version to the email, this is a regression.
Examples:
messages. A student sens me a link:
Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable https://sourceforge.net/projects/visualturing/ --------------------------------------------------------------------- Deze e-mail is een kopie van een bericht dat naar jou gestuurd is op "ELO Sint-Rita". Ga naar https://elo.ritacollege.be/moodle/message/index.php?id=3D7030 om te antwoorden. -b1_lCK7881Gr3tcE9OlvssKzKvNklXFzwOxh8KOXqG5wQE Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable <div class=3D"text_to_html">https://sourceforge.net/projects/visualturing/<= br />=0A<br />=0A--------------------------------------------------------= -----------<br />=0ADeze e-mail is een kopie van een bericht dat naar jou g= estuurd is op "ELO Sint-Rita". Ga naar https://elo.ritacollege.be/moodle/me= ssage/index.php?id=3D7030 om te antwoorden.</div> --b1_lCK7881Gr3tcE9OlvssKzKvNklXFzwOxh8KOXqG5wQE-
|
The interesting part here is "https://elo.ritacollege.be/moodle/me= ssage/index.php?id=3D7030" which should in the HTML-version be <a href="https://elo.ritacollege.be/moodle/message/index.php?id=3D7030">https://elo.ritacollege.be/moodle/message/index.php?id=3D7030</a>
The same happens in course request emails:
This is a multi-part message in MIME format. -b1_npibrZHjGqDsEUSELP4iyIAArlklNA5BJpcgPazJjw Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Gebruiker Gert Van den Eynde vroeg een nieuwe cursus aan op https://elo.ritacollege.be/moodle/course/pending.php --b1_npibrZHjGqDsEUSELP4iyIAArlklNA5BJpcgPazJjw Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable <div class=3D"text_to_html">Gebruiker Gert Van den Eynde vroeg een nieuwe c= ursus aan op https://elo.ritacollege.be/moodle/course/pending.php</div> --b1_npibrZHjGqDsEUSELP4iyIAArlklNA5BJpcgPazJjw-
|
(The = characters seem to be introduced by my mail client (Thunderbird))