plain text emails, URLs not clickable, Moodle 3.9

plain text emails, URLs not clickable, Moodle 3.9

autor Abhijit M -
Počet odpovědí: 3

In all the emails we are getting, the URLs are not clickable

Thus, we are getting plain text emails.

E.g. in the email text

User teacher1 teacher1 requested a new course at https://website/moodle/course/pending.php

the URL is not clickable.

Following settings are already in place


Is there anywhere else, we need to make changes in Site Administration?

Průměr hodnocení: -
V odpovědi na Abhijit M

Re: plain text emails, URLs not clickable, Moodle 3.9

autor ALEJANDRO MERANZA RODRIGUEZ -
Hello.

I recently found this same problem on my moodle 3.10.x site, after searching a lot, I found a solution in the moodle bug tracker:
https://tracker.moodle.org/browse/MDL-67893
There's a workaround, you have to edit the string in a way like: "<a href="{$a->url}"></a> {$a->url} "
In my particular case, I change "url" with "link" and works just fine.

I know it's been a long time, however, hope this helps someone.