Displaying 1 result from an estimated 1 matches for "registrationmail".
Did you mean:
  registrationmailer
  
2006 Jul 05
0
ActionMayday! Sends from Console, but not from App
I''ve got active_rbac installed and its not sending registration mails?
I''m using delivery_method :msmtp, since my mail server usese TLS, when I 
call
RegistrationMailer.deliver_confirm_registration(user, ''a'')
from the console, it works perfectly,
but when I call it from within my app, say in one of the controllers, 
the log shows it as having gone through, but it doesn''t even hit the 
mail server| nothing happens!
Help?!
Thanks a lo...