Hi,

once again I can (= have to) answer my question again:

In *config/environments/production.rb*:

Change
config.action_mailer.delivery_method = :test

to
config.action_mailer.delivery_method = :smtp

In *config/gitorious.yml* add:

production:
  [...]
  # mail settings
  email_delivery:  
    delivery_method: :smtp
    smtp_settings:
      enable_starttls_auto: true
      address: "mail.example.org"
      #port 25 could work as well
      port: 587
      authentication: :plain
      domain: 'gitorious.example.org'
      user_name: 'smtpuser'
      password: 'smtppass'

Hope that helps anyone.

- Stefan

-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]

Reply via email to