I have the following config:
God::Contacts::Email.server_settings = {
:address => "mail.myserver.com", <- changed ;)
:port => 25,
:tls => 'true', <- my simple
change to the default samples!
:domain => "myserver.com", <- changed too
:authentication => :plain,
:user_name => "xxx", <- you can bet, that this is
changed too ;)
:password => "yyy" <- ditto
}
But I get only this far:
failed to send email to [EMAIL PROTECTED]: 503 AUTH
command used when not advertised
Oct 27 15:15:43 www god[18791]: /usr/lib/ruby/1.8/net/smtp.rb:577:in
`auth_plain' /usr/lib/ruby/1.8/net/smtp.rb:571:in `__send__' /usr/lib/
ruby/1.8/net/smtp.rb:571:in `authenticate' /usr/lib/ruby/1.8/net/
smtp.rb:411:in `do_start' /usr/lib/ruby/1.8/net/smtp.rb:378:in
`start' /usr/lib/ruby/1.8/net/smtp.rb:316:in `start' /usr/lib/ruby/
gems/1.8/gems/god-0.7.8/bin/../lib/god/contacts/email.rb:81:in
`notify_smtp' /usr/lib/ruby/gems/1.8/gems/god-0.7.8/bin/../lib/god/
contacts/email.rb:56:in `notify' /usr/lib/ruby/gems/1.8/gems/god-0.7.8/
bin/../lib/god/task.rb:478:in `notify' /usr/lib/ruby/gems/1.8/gems/
god-0.7.8/bin/../lib/god/task.rb:476:in `each' /usr/lib/ruby/gems/1.8/
gems/god-0.7.8/bin/../lib/god/task.rb:476:in `notify' /usr/lib/ruby/
gems/1.8/gems/god-0.7.8/bin/../lib/god/task.rb:324:in `handle_poll' /
usr/lib/ruby/gems/1.8/gems/god-0.7.8/bin/../lib/god/driver.rb:68:in
`handle_event' /usr/lib/ruby/gems/1.8/gems/god-0.7.8/bin/../lib/god/
driver.rb:41:in `initialize' /usr/lib/ruby/gems/1.8/gems/god-0.7.8/
bin/../lib
Anybody any idea how to configure god to send with TLS encryption? I
don't want do send passwords readable through the net and there is
absolutely no documentation for god :(
Thank you very much in advance!
Regards, Anton
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"god.rb" 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/god-rb?hl=en
-~----------~----~----~----~------~----~------~--~---