Plain text for outgoing e-mail

Plain text for outgoing e-mail

بواسطة - lasse utti
عدد الردود: 4
Hi All.

I can't find any parameter/variable to disable html-formated post to go outside ( e-mailed to user ). Musta silmä Is there any ... or ... how do I that ??
Some html-based email-clients don't like moodle's htmled emails.

..lasse..

متوسط التقييمات: -
رداً على lasse utti

Re: Plain text for outgoing e-mail

بواسطة - Iñaki Arenaza
صورة Core developers صورة Documentation writers صورة Peer reviewers صورة Plugin developers
Every user has the option (in their profile) to choose between plain or html email.

Saludos. Iñaki.
رداً على Iñaki Arenaza

Vast: Re: Plain text for outgoing e-mail

بواسطة - lasse utti
Thanks.

So there is no global variable for all user  حزين
Ok.... only 500 people ... admin-mode ... change everybodys e-mail setting...

..lasse..
رداً على lasse utti

Re: Vast: Re: Plain text for outgoing e-mail

بواسطة - John Rodkey
get to the moodle sql database, and issue the following query:
update mdl_user set mailformat=1 ;

or

update mdl_user set mailformat=0;

Depending on your (global) preference.