Галина Юденкова 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 => "[email protected]",
> : 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 [email protected]
To unsubscribe from this group, send email to
[email protected]
---
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.