Email is sent but not received
Added by Lennart K over 16 years ago
Hi there,
I do not receive any mails from my Redmine - e.g. when I click the "I forgot my password"-link. Is there a logfile somewhere to check for errors? Note: I already did www.redmine.org/issues/show/1310 , but now I only have the mail dumped to my logfile, but nothing about it's success...
I think I found out that this ominous "ActionMailer" is used - does it have a log? And, just to say it: For some reason the "locate"-function of my Shell is disabled, so I could not search for an sendmail-log e.g.
Thanks a lot,
Lennart
Replies (3)
RE: Email is sent but not received - Added by Lennart K over 16 years ago
OK, I found the "Test-Mail" (kind of small, the button, isn't it), and it tells me
500 5.5.1 Command unrecognized: "AUTH LOGIN"
RE: Email is sent but not received - Added by Thomas Lecavelier over 16 years ago
Just comment these lines in your config/environment.rb
:authentication => :login, :user_name => "redmine@somenet.foo", :password => "redmine",
It's around line 59.
RE: Email is sent but not received - Added by Lennart K over 16 years ago
You're the man :-) Thanks a lot