Hi!
I have two Observers that call the same ActionMailer. With one Observer, everything works as expected. With the other one, I always get an error: "uninitialized constant MyObserver::MyMailer". The calling line is identical in both observers. Do I have to "register" the ActionMailer somewhere?
Thanks a lot
Martin