[Sdrug] ActionMailer on Textdrive?

Patrick Crowley patrick at mokolabs.com
Mon Jul 17 05:10:53 GMT 2006


Has anyone gotten ActionMailer to work on Textdrive?

I'm using this in my environment.rb file, but it doesn't work:

ActionMailer::Base.delivery_method = :smtp
ActionMailer::Base.server_settings = {
   :address => "alberni.textdrive.com",
   :port  => 25,
   :domain  => 'http://graffletopia.com/',
   :user_name => 'XXXX',
   :password => 'XXXX',
   :authentication  => :plain
}

Anyone have a working config?

Best,
Patrick



More information about the Sdruby mailing list