Defect #11198
When issue_observer calls Mailer.deliver_issue_add(issue), email does not send
| Status: | New | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% | |
| Category: | Email notifications | |||
| Target version: | - | |||
| Affected version: | 1.3.1 | Resolution: |
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