Plugins Directory » Ticket Reply Per Mail
|
|
Author: | Chris Möser |
|---|---|---|
| Website: | https://adminwerk.com/programme/redmine/redmine-ticket-reply-en/ | |
| Code repository: | https://github.com/admnwrk/redmine_ticket_reply | |
| Registered on: | 2026-07-05 (1 day ago) | |
| Current version: | 1.3.0 | |
| Compatible with: | Redmine 6.1.x | |
| User ratings: |
This Redmine plugin allows to send emails to freely chosen recipients (To/CC/BCC) straight from a Redmine ticket.
- Separate templates for internal and external recipients
- Set signature for each user
- Sent mail is logged as a note to the tickets journal
- Attach current ticket history as plain text
- Close ticket after mail sent
Best used with a fetchMail-Script, that gets your Mails into the system. The mail-address is stored in a table and bound to the ticket, which will be filled out automatically once you want to reply.
Installation notes
Clone/copy¶
Clone the repository into your plugin folder an run
Install¶
RAILS_ENV=production bin/rails redmine:plugins:migrate
If redmine is run inside a docker container
docker exec redmine-containername bash -lc 'cd /usr/src/redmine && RAILS_ENV=production bin/rails redmine:plugins:migrate'
docker compose restart redmine-containername
Prepare¶
After installation you have to configure the plugn within the plugins section. Enter
- From
- Reply-To
- Internal Domain - if you run in an intranet and want to seperate internal e-mails from external
- Template folder - if you run redmine inside a container, define a new volume and enter the path here. Else te folder canned inside the plugin directory is used. Simply put your md files there.
- Signature-field (name of the user defined field for the signature)
- Default signature (overwritten by signature)
- Closing status - if checked at the mail form, the ticket is transfered into this closing state
- Alias mailaddress - this is removed from the list of recipients that is stored
Activate¶
You have to activate the plugin within the projects configuration to use it. This adds a button to the ticket descriptions top
Changelog
1.3.0 (2026-07-03)
Compatible with Redmine 6.1.x.