I am logged in with 2 users to our mantis site. User B creates creates and assigns an issue to my user (administrator type). My user receives email.
Then for an existing issue user B adds a note. My user does not receive an email.
According to our dev team this functionality does work for them.
Furthermore, enabled email logging to investigate. Issue #86 below is an existing issue which I've added multiple notes to. As can be seen from log, it would appear mantis IS trying to send a mail. Issue #87 is a new one, for which I did receive an email.
Code: Select all
2010-10-12 12:25 IST mail_recipient Issue = #86, add Reporter = @U8
2010-10-12 12:25 IST mail_recipient Issue = #86, add Handler = @U4
2010-10-12 12:25 IST mail_recipient Issue = #86, add Note Author = @U8
2010-10-12 12:25 IST mail_recipient Issue = #86, drop @U8 (own)
2010-10-12 12:25 IST mail Issue = #86, Type = bugnote, Msg = 'email_notification_title_for_action_bugnote_submitted', User = @U4, Email = 'ira@mydomain.com'.
2010-10-12 12:27 IST mail_recipient Issue = #87, add Reporter = @U8
2010-10-12 12:27 IST mail_recipient Issue = #87, add Handler = @U4
2010-10-12 12:27 IST mail_recipient Issue = #87, drop @U8 (own)
2010-10-12 12:27 IST mail Issue = #87, Type = new, Msg = 'email_notification_title_for_action_bug_submitted', User = @U4, Email = 'ira@mydomain.com'.
Perhaps there is a limit on email somewhere? But the above implies mantis did in fact attempt to send. Is that correct?
What do I do next?