Thanks for The help, I'll try your configuration once I get back to work Monday. I have been trying to configure gitorious to send through the company mail server using SMTP but no chance.
On Aug 12, 7:34 pm, Stefan Hoth <[email protected]> wrote: > 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]
