With this plugin, you can mail out new attachment files on Issue pages via issue notification mails.
-
Download a plugin zip from [Redmine Plugins page](www.redmine.org/plugins/issue_mail_with_attachments) and extract it.
-
Copy “issue_mail_with_attachments” folder under “src” folder into redmine’s “plugins” folder.
-
Restart your Redmine servers.
-
Login to your redmine with admin privilege account.
-
Open [Administration] > [Plugins], click [Configure] link on [Issue Mail With Attachments plugin].
-
Set plugin configurations. Note:
-
With disabling [Attach all files to notification] checkbox, each attachments are sent out via dedicated mails (default/recommend setting).
-
If enabling [Enable project level control] checkbox, to enable plugin function in each projects, you need to enable [issue mail with attachments plugin] item in each project’s Settings page.
-
With entering custom filed name in [Custom field name to enable attachment] field, you can control each issue level attachment or not by enabling/disabling defined custom field (Boolean-format) of this name.
-
-
Manipulate Redmine issues as usual, issue attachment files are sent out with notification mails at the time of issue creation and update.
Redmine 3.0 to 3.4, Ruby 2.0 and above