Plain text for outgoing e-mail by lasse utti - Sunday, 30 April 2006, 2:53 AM Number of replies: 4 Hi All.I can't find any parameter/variable to disable html-formated post to go outside ( e-mailed to user ). Is there any ... or ... how do I that ??Some html-based email-clients don't like moodle's htmled emails...lasse.. Average of ratings: - Permalink Reply In reply to lasse utti Re: Plain text for outgoing e-mail by Iñaki Arenaza - Sunday, 30 April 2006, 3:43 AM Every user has the option (in their profile) to choose between plain or html email.Saludos. Iñaki. Average of ratings: - Permalink Show parent Reply In reply to Iñaki Arenaza Vast: Re: Plain text for outgoing e-mail by lasse utti - Sunday, 30 April 2006, 10:24 PM Thanks.So there is no global variable for all user Ok.... only 500 people ... admin-mode ... change everybodys e-mail setting.....lasse.. Average of ratings: - Permalink Show parent Reply In reply to lasse utti Re: Vast: Re: Plain text for outgoing e-mail by Steve Power - Tuesday, 2 May 2006, 7:22 PM If you have database access you could change mailformat in mdl_user to 0 with an SQL query.RegardsSteve Average of ratings: - Permalink Show parent Reply In reply to lasse utti Re: Vast: Re: Plain text for outgoing e-mail by John Rodkey - Friday, 5 May 2006, 2:57 AM 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. Average of ratings: - Permalink Show parent Reply
In reply to lasse utti Re: Plain text for outgoing e-mail by Iñaki Arenaza - Sunday, 30 April 2006, 3:43 AM Every user has the option (in their profile) to choose between plain or html email.Saludos. Iñaki. Average of ratings: - Permalink Show parent Reply In reply to Iñaki Arenaza Vast: Re: Plain text for outgoing e-mail by lasse utti - Sunday, 30 April 2006, 10:24 PM Thanks.So there is no global variable for all user Ok.... only 500 people ... admin-mode ... change everybodys e-mail setting.....lasse.. Average of ratings: - Permalink Show parent Reply In reply to lasse utti Re: Vast: Re: Plain text for outgoing e-mail by Steve Power - Tuesday, 2 May 2006, 7:22 PM If you have database access you could change mailformat in mdl_user to 0 with an SQL query.RegardsSteve Average of ratings: - Permalink Show parent Reply In reply to lasse utti Re: Vast: Re: Plain text for outgoing e-mail by John Rodkey - Friday, 5 May 2006, 2:57 AM 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. Average of ratings: - Permalink Show parent Reply
In reply to Iñaki Arenaza Vast: Re: Plain text for outgoing e-mail by lasse utti - Sunday, 30 April 2006, 10:24 PM Thanks.So there is no global variable for all user Ok.... only 500 people ... admin-mode ... change everybodys e-mail setting.....lasse.. Average of ratings: - Permalink Show parent Reply In reply to lasse utti Re: Vast: Re: Plain text for outgoing e-mail by Steve Power - Tuesday, 2 May 2006, 7:22 PM If you have database access you could change mailformat in mdl_user to 0 with an SQL query.RegardsSteve Average of ratings: - Permalink Show parent Reply In reply to lasse utti Re: Vast: Re: Plain text for outgoing e-mail by John Rodkey - Friday, 5 May 2006, 2:57 AM 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. Average of ratings: - Permalink Show parent Reply
In reply to lasse utti Re: Vast: Re: Plain text for outgoing e-mail by Steve Power - Tuesday, 2 May 2006, 7:22 PM If you have database access you could change mailformat in mdl_user to 0 with an SQL query.RegardsSteve Average of ratings: - Permalink Show parent Reply
In reply to lasse utti Re: Vast: Re: Plain text for outgoing e-mail by John Rodkey - Friday, 5 May 2006, 2:57 AM 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. Average of ratings: - Permalink Show parent Reply