Displaying 1 result from an estimated 1 matches for "irishwebdesign".
Did you mean:
irishwebdesigner
2006 Mar 27
3
Email On Dreamhost
...i some one tell me how to set up email on Dreamhost
this is my production log
:SMTPAuthenticationError (535 Error: authentication failed)
# Include your application configuration below
ActionMailer::Base.delivery_method = :smtp
ActionMailer::Base.server_settings = {
:address => "mail.irishwebdesigner.com",
:domain => "irishwebdesigner.com",
:port => 25,
:authentication => :login,
:user_name => "jdunneuk",
:password => "password" }
ActionMailer::Base.perform_deliveries = true
ActionMailer::Base.raise_delivery_errors = true
ActionMaile...