I am trying to send email from my rails application, and have the following set up in my development.rb config file:
config.action_mailer.delivery_method = :smtp
config.action_mailer.smtp_settings = { :address => "smtp.mail.wowway.com", #also tried smtp.mail.wideopenwest.com :port => 25, :domain => "wowway.com", #also tried wideopenwest.com :authentication => :login, #also tried :plain :user_name => "myemail@wowway.com", :password => "mypassword" }
According to my log file, it looks like the email was generated as expected:
Sent mail to <<email id listed in registration form>>