Found it, added config.action_mailer.delivery_method = :smtp
in config/environments/ development.rb production.rb test.rb files works fine now On Jul 15, 11:53 am, Marius Mårnes Mathiesen <[email protected]> wrote: > On Wed, Jul 15, 2009 at 5:19 AM, mka <[email protected]> wrote: > > > Hi, > > > I have installed Gitorious on solaris 10 which has working postfix > > MTA. but I am not receiving user registration email. I have check > > postfix logs. nothing appears in postfix logs when a user registers. > > > - which config file/section should I look for enabling emails for > > registration? > > The config/environments/production.rb file (assuming you're running in the > production environment) is a natural place to put this configuration. The > Rails API documentation > athttp://api.rubyonrails.org/classes/ActionMailer/Base.html(look at the > section titled configuration options) lists the options you can provide. > > > - can I use ldap auth ? > > As far as I understand the documentation, only plain login and cram_md5 is > supported, although I'd be surprised if this hasn't been done in Rails > before. Gitorious' email handling is just plain Rails mailing > (ActionMailer), so if you find something that works in a Rails app it should > work with Gitorious too. > > Good luck! > > - Marius --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Gitorious" 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/gitorious?hl=en -~----------~----~----~----~------~----~------~--~---
