Verified Commit 4cd8de2f authored by dockx thibault's avatar dockx thibault
Browse files

:sparkles: Feat(MailTemplate) Adds mail attachment

Mail Attachment is now being processed properly.
Upload and download are available
Showing with 2 additions and 2 deletions
+2 -2
...@@ -63,9 +63,9 @@ class mailTemplate extends simplePlugin ...@@ -63,9 +63,9 @@ class mailTemplate extends simplePlugin
_('Mail Signature'), _('Mail Signature'), _('Mail Signature'), _('Mail Signature'),
'fdMailTemplateSignature', FALSE 'fdMailTemplateSignature', FALSE
), ),
new FileAttribute( new FileDownloadAttribute(
_('Attachment'), _('Import a file for this e-mail'), _('Attachment'), _('Import a file for this e-mail'),
'fdMailTemplateAttachment', FALSE 'fdMailTemplateAttachment', FALSE, '', TRUE
), ),
new BooleanAttribute( new BooleanAttribute(
_('Read Receipt'), _('Read Receipt'),
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment