Actions
Defect #11198
closedWhen issue_observer calls Mailer.deliver_issue_add(issue), email does not send
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