From the README file:
"Email notifications will only occur when the IP address is determined not
to
be local. ... The address "127.0.0.1" is always considered local. If
you want to completely
reset the list of all addresses (for instance, if you wanted
"127.0.0.1" to
NOT be considered local), you can simply do, somewhere in your controller:
local_addresses.clear
"
Tried this?
/Kristian
2010/1/24 Craig White
<craigwhite-BQ75lA0ptkhBDgjK7y7TUQ@public.gmane.org>:> I don''t seem to be happening here...
>
> config/environments/development.rb set...
> config.action_controller.consider_all_requests_local = false
>
> application_controller.rb has..
> include ExceptionNotifiable
>
> and in script/console, I can see that...
> ExceptionNotifier.raise_delivery_errors (false)
> ExceptionNotifier.smtp_settings (as set in initializers/mailer.rb)
> ExceptionNotifier.sender_address (arbitrary but valid)
> ExceptionNotifier.perform_deliveries (true)
> ExceptionNotifier.exception_recipients (me)
>
> Thus everything seems to be as expected and mail is working because
> Authlogic is sending ''activation'' e-mails just fine.
>
> Is there some other magic incantation that I am missing?
>
> Craig
>
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>
> --
> You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
> To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe@googlegroups.com.
> For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.
>
>
--
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.