[DB upgrade] Adding a field to select the mail's body format
Technical reminder about the DB upgrade : There doesn't seem to be an easy and reusable way to give CMail both parts of an text+html email, so we rework the database schema to have a simple 'body' field with a 'body_ishtml' switch, following CMail interface. Enhancement from issue #1
This commit is contained in:
parent
0043e39f30
commit
1e694ef51d
7 changed files with 72 additions and 17 deletions
|
@ -41,10 +41,16 @@ About = About
|
|||
sendrecurringinvoicebymailAbout = About sendrecurringinvoicebymail
|
||||
sendrecurringinvoicebymailAboutPage = sendrecurringinvoicebymail about page
|
||||
|
||||
#
|
||||
# Tab title on the fiche-rec page
|
||||
#
|
||||
CustomizationTitle = Customization
|
||||
CustomizationIntro = Below, you can override the global email template for this particular recurring invoice. To remove all customization, click on the %s button.
|
||||
CustomizationLinkToGlobalTemplate = As a note, the global email template can be <a href="%s">configured here</a>, and the default sender address can be <a href="%s">configured there</a>.
|
||||
MailBodyFormat = Message format
|
||||
MailBodyFormatAutoDetect = Auto-detect
|
||||
MailBodyFormatPlainText = Plain text
|
||||
MailBodyFormatHtml = HTML
|
||||
OptionEnable = Send mail when generating via cron (cf. module "Scheduled Jobs")
|
||||
Reset = Reset
|
||||
ResetDone = Reset done : customization deleted
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue