team888 / redmine-issue_mail_with_attachments-plugin

Send issue notification mail with file attachments
GNU General Public License v2.0
12 stars 10 forks source link

old ver4 support #9

Open pkokosak opened 3 years ago

pkokosak commented 3 years ago

Hello, please help me.

I would like to use this plugins but I have problem with attachments file.

My environments:

Environment: Redmine version 4.1.1.stable Ruby version 2.6.5-p114 (2019-10-01) [x86_64-linux] Rails version 5.2.4.2 Environment production Database adapter Mysql2 Mailer queue ActiveJob::QueueAdapters::AsyncAdapter Mailer delivery smtp

SET configuration plugin 0.9.5 1) Enable mail attachment Send mail with attachment files.

When I use this option I get:
1) Separate email without attachments file
2) Separate email with attachments file

I think that is OK.

2) Attach all files to notification Attach all files to original notification mail. NOTE: Notification will be rejected by mail server when attachment size exceed server limit. If you disable this checkbox, original notification mail is sent as it is and each files will be sent by own dedicated mail.

When I use this option I get:
1) Separate email without attachments file

I think that is wrong.  I need get only one email with attachments file.

Please help me. Thank you Petr

coveralls commented 3 years ago

Coverage Status

Coverage decreased (-21.8%) to 78.226% when pulling adbebaf881e30aa13a1b4a13c643c1dc03eb31a6 on ver4support into db9042418438eca18de0d63f0060c20bf857e342 on master.

hhokawa777 commented 3 years ago

Hi. Thanks for your contact. (You sent this message as a Pull Request, but I think it should be a Issue ticket for reporting trouble.)

Current latest commit is on the branch below. Is it possible to show me the log/production.log content when the problem happened? https://github.com/team888/redmine-issue_mail_with_attachments-plugin/tree/ver4support_merge

Regards,