Actions
Improvement #2101
closedCollection #2104: Improvements: mail, calculations
Extend email configuration with reply-to header
Start date:
Due date:
% Done:
100%
Estimated time:
Affected component:
Compatible Redmine Version:
Pull Request Link:
Description
In configuration.yml
:
<...snip...>
password: <%= ENV.fetch('EMAIL_PASSWORD', nil) %>
default_options:
reply_to: <%= ENV.fetch('EMAIL_REPLY_TO', nil) %>
And in env.yml
:
<...snip...>
EMAIL_PASSWORD:
EMAIL_REPLY_TO: bla@gc.gruppe.de
<...snip...>
See also https://www.redmine.org/issues/34833.
Updated by liaham about 1 year ago
- Status changed from New to In Progress
- Target version changed from unplanned to 4.2.4
- % Done changed from 0 to 60
Updated by liaham about 1 year ago
- Status changed from In Progress to Closed
- % Done changed from 60 to 100
Actions