Галина Юденкова writes:

> Hello,
> Please help in setting SMTP notification.
>
> Already tried out two options:
> 1) in the file config / environments / production.rb
> config.action_mailer.delivery_method =: SMTP
> config.action_mailer.smtp_settings = {
> : address => "smtp.mydomane.com",
> : port => 25,
> : domain => "mydomane.com"
> : authentication =>: login,
> : user_name => "smtp_acco...@mydomane.com",
> : password => "password",
> }

This should be the correct setting, except you should enter

config.action_mailer.delivery_method = :smtp

instead of:

> config.action_mailer.delivery_method =: SMTP

which would cause a syntax error from Ruby. If this doesn't work, please
let us know exactly what you're seeing.

Cheers,
- Marius

-- 
-- 
To post to this group, send email to gitorious@googlegroups.com
To unsubscribe from this group, send email to
gitorious+unsubscr...@googlegroups.com

--- 
You received this message because you are subscribed to the Google Groups 
"Gitorious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to gitorious+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to