Plain text for outgoing e-mail

Plain text for outgoing e-mail

Nosūtīja lasse utti
Atbilžu skaits: 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..

Vidējais novērtējums: -
Atbildot uz lasse utti

Re: Plain text for outgoing e-mail

Nosūtīja Iñaki Arenaza
Core developers attēls Documentation writers attēls Peer reviewers attēls Plugin developers attēls
Every user has the option (in their profile) to choose between plain or html email.

Saludos. Iñaki.
Atbildot uz Iñaki Arenaza

Vast: Re: Plain text for outgoing e-mail

Nosūtīja lasse utti
Thanks.

So there is no global variable for all user  bēdīgs
Ok.... only 500 people ... admin-mode ... change everybodys e-mail setting...

..lasse..
Atbildot uz lasse utti

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

Nosūtīja 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.