I had problems setting up rails ActionMailer on a slicehost site and
contracted with rackspace for email. I would now like to use the
rackspace email server to handle my ActionMailer transactions. My
configuration is set up as follows:
ActionMailer::Base.delivery_method = :smtp
ActionMailer::Base.smtp_settings = {
:address => "11.22.33.253",
:domain => "mail.example.com",
:port => 25,
:authentication => :plain,
:user_name => "my_username",
:password => "my_password"
}
How do I completed setup with my rackspace email account and my rails
project?
John
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" 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/rubyonrails-talk?hl=en.