search for: mailtestcontroller

Displaying 1 result from an estimated 1 matches for "mailtestcontroller".

2005 Apr 20
5
ActionMailer: Net::SMTPSyntaxError (502 unimplemented (#5.5.1) error
...o send a test email message using ActionMailer and I get a Net::SMTPSyntaxError (502 unimplemented (#5.5.1) error. I''m attempting to access a remote smtp server and have setup my settings in the environment.rb file according to the "how to" article. My test controller: class MailTestController < ApplicationController def index Notifier::deliver_test_message end end Below is the log. It appears the message is formatted correctly. Processing MailTestController#index (for 127.0.0.1 at Wed Apr 20 17:55:37 Eastern Standard Time 2005) Parameters: {"action"=>"index&...