How can I send mail via ActionMailer connecting to the SMTP server
with no Authentication?
I’ve tried to ommit the the authentication key on the configuration
hash, I’ve tried to set it to nil and all I get is an error message
saying that my server do not implement crum-MD5 authentication.
I don’t want to use authentication, how do I do that?
I looked this issue up in the rails cookbook and it says that
authentication
should be set to nil for no authentication. Have not actually done it
but it
sounds reasonable.
–Tim
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.