moodleou / moodle-mod_forumng

ForumNG forum module for Moodle
19 stars 20 forks source link

New Feature: add header and footer in the email digest (html format) #59

Open echiffre opened 8 years ago

echiffre commented 8 years ago

Hi, Do you think it would be possible to add a header and footer in HTML format in the email digest and in the email sending by post ? For exemple, we would add the company's logo. Actually, header exists (called 'digestmailheader') but it is common in TEXT or HTML format : it should be one for the TEXT format and one for the HTML format. The header and footer HTML could be configurable in the language files.

Eliane

jason-platts commented 8 years ago

A change to make digestmailheader string into two strings, one for html and one for plain text would be the easiest way to deal with this. But then that doesn't help with other email sending (do you want just in subscription emails or in all other places where mail can be sent - if so that sounds like a change to core Moodle would be more suitable).

I don't see us making this change, certainly not in any time in the foreseeable future, but if you could provide a patch I'd be prepared to review it and integrate if it looked ok.