Project

General

Profile

Actions

Feature #10016

closed

Write email contents to text file instead of using smtp server

Added by Cassiano Monteiro about 12 years ago. Updated about 2 months ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Email notifications
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Wont fix

Description

It would be nice to be able to configure the email notification features to generate text files (in HTML format) instead of sending them via smtp server, so we could handle these files any way we wanted.

In my case, the place I work uses IBM Lotus Notes as a messaging server, and I can't have access to a smtp server (due to IT security restrictions). To work around this problem, I had to program a software to access the latest modifications straight on Redmine Database, and build/send emails using the Notes API. But they are not as good as Redmine´s ones, and I can´t cover all cases where emails should be sent.

If Redmine could generate the email contents in a text file, I could just send everything, so I wouldn´t loose any notification.

Actions #1

Updated by Go MAEDA about 2 months ago

  • Status changed from New to Closed
  • Resolution set to Wont fix

You can save outbound emails as text files by using delivery_method: file in config/configuration.yml. Below is a configuration sample.

  email_delivery:
    delivery_method: :file
    file_settings:
      location: /tmp/mail
Actions

Also available in: Atom PDF