Displaying 2 results from an estimated 2 matches for "zpghu0kkgy".
2013 Nov 13
2
Cannot receive from specified address Unauthenticated senders not allowed
On trying to run a rake task via crontab, I''m getting the following error:
rake aborted!
550 Cannot receive from specified address <help-+zpghU0kKgY@public.gmane.org>:
Unauthenticated senders not allowed
/mnt/voylla-production/shared/bundle/ruby/1.9.1/gems/mail-2.3.3/lib/mail/network/delivery_methods/smtp.rb:129:in
`block in deliver!''
/mnt/voylla-production/shared/bundle/ruby/1.9.1/gems/mail-2.3.3/lib/mail/network/deliver...
2009 Apr 29
1
Errno::ECONNREFUSED (Connection refused - connect(2)) Act
...e following credentials in config/enviorment.rb
config.action_mailer.smtp_settings = {
:address => "smtpout.secureserver.net",
:port => 25,
:domain => "xyz.com",
:authentication => :login,
:user_name => "abc-+zpghU0kKgY@public.gmane.org",
:password => password here
}
--
Posted via http://www.ruby-forum.com/.