Defect #37
closedNotification are enabled but not sent
0%
Description
Last few days i had a problem with mail notifications, in fact, mails are logged as sent in production.log but i didn't
receive any mail in my box when i add a document/file (i checked all in the settings)..
So i had a doubt about my smtp configuration but when i tested the lost_password feature, an email was sent to me.
So i think that tests in controllers (documents_controller.rb, issues_controller.rb,..) before calling the model Mailer.rb
should be revised unless that's working for you..
Updated by Jean-Philippe Lang over 17 years ago
It works indeed.
Make sure that the account you're using is a member of the project.
Only project members receive mail notifications.
For example, if you add a file with an admin account that is
not a member of the project, you won't receive the notification.
You can check the "To" field of the mail in the log.
Unless you're sure you've found a bug, please use the help
forum:
http://rubyforge.org/forum/forum.php?forum_id=7505