Project

General

Profile

Actions

Defect #11198

closed

When issue_observer calls Mailer.deliver_issue_add(issue), email does not send

Added by Matt Brown almost 12 years ago. Updated almost 5 years ago.

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

0%

Estimated time:
Resolution:
Invalid
Affected version:

Description

Hello,

I am using rake to issue the script to poll an IMAP server for incoming mail.

After debugging it's clear that the mail is received, an issues is created, and that the issue_observer calls Mailer.deliver_issue_add(issue).

However, an Email notification is never sent.

Why is this?

In fact, I call Mailer.deliver_issue_add(issue) at other locations, and an email is never sent. However, Mailer.deliver_issue_edit(journal) sends Email perfectly fine.

If anyone has any ideas, it'd be greatly appreciated.

  • mysql Ver 14.14 Distrib 5.1.52, for pc-linux-gnu (i686) using readline 5.1
  • ruby 1.8.7 (2011-12-28 patchlevel 357) [i686-linux]
  • rails 2.3.11
  • there is no error stack trace.

Thanks,

Matt

Actions #1

Updated by Go MAEDA almost 5 years ago

  • Status changed from New to Closed
  • Resolution set to Invalid

Redmine 2.4 and later don't have IssueObserver. It has been removed in r12021.

Actions

Also available in: Atom PDF