On Sun, Oct 26, 2008 at 11:40 AM, nowhere <[EMAIL PROTECTED]> wrote: > > Yes your a probably right. I'm not worrying so much as curious. If I'm > going to run a site I best know how these kinds of thing are > happening. I assumed that the default mail method is sendmail and the > default path to send mail must be correct but when I grep'ed the whole > project for "sendmail" it was nowhere to be found. I have moved on > for now but I must revisit it later! > > Eric >
The default mail setup is to use sendmail. The string "sendmail" ins't found in lovd because it is the rails default, so it does not need to be specified in love and it can be found in the rails gems. It looks like you still need to setup the exception_notifier email address in config/initializers/exception_notifier.rb. That will make the exceptions work. cheers, steven bristol --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lovd by Less" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/lovdbyless?hl=en Who loves ya baby? -~----------~----~----~----~------~----~------~--~---
