Project

General

Profile

Actions

Defect #9378

closed

Mail delivery: sendmail only works after one run with anync_sendmail

Added by Tom Ka over 12 years ago. Updated about 5 years ago.

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

0%

Estimated time:
Resolution:
Cant reproduce
Affected version:

Description

Hi,

I had a problem configuring my e-mail setup for redmine. Now it works, but I wonder if the source of the problem might be a bug. As delivery method I want to use sendmail. So, like written in the documentation within config/configuration.yml, I tried the following:

   email_delivery:
     delivery_method: :sendmail

Sending a test mail did not work and I got this error message after trying: undefined method `[]' for #

Changing the delivery_method to ":async_sendmail" everything works fine. So it seems the method defined by it (perform_delivery_async_sendmail) is even needed if async_sendmail is not used. After having started with ":async_sendmail" once, I can use ":sendmail" without problems, too.

Information about my system:

About your application's environment
Ruby version 1.8.7 (i486-linux)
RubyGems version 1.4.2
Rack version 1.1.2
Rails version 2.3.11
Active Record version 2.3.11
Active Resource version 2.3.11
Action Mailer version 2.3.11
Active Support version 2.3.11
Environment production
Database adapter mysql
Database schema version 20110818135620

I can't provide a stacktrace right now, but the above information might be enough to tell if this is a bug at all.

Actions

Also available in: Atom PDF