Hello, 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? Thanks -- Ricardo Acras ricardo-WlbSPrj98RBeoWH0uzbU5w@public.gmane.org Acras Desenvolvimento de Sistemas +55+41-3232-6404 www.acras.net --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
anyone? On Apr 26, 5:41 pm, "Ricardo Acras" <ricardo.ac...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hello, > > 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? > > Thanks > > -- > RicardoAcras > rica...-WlbSPrj98RDLzadULwBKrHGIzULt+3ilL7h/1PWvLdQ@public.gmane.org de Sistemas > +55+41-3232-6404www.acras.net--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Have you tried setting it to :plain? --Tim -----Original Message----- From: rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org [mailto:rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org] On Behalf Of acras Sent: Monday, April 30, 2007 9:55 AM To: Ruby on Rails: Talk Subject: [Rails] Re: ActionMailer with no auth anyone? On Apr 26, 5:41 pm, "Ricardo Acras" <ricardo.ac...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hello, > > 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? > > Thanks > > -- > RicardoAcras > rica...-WlbSPrj98RDLzadULwBKrHGIzULt+3ilL7h/1PWvLdQ@public.gmane.org de Sistemas > +55+41-3232-6404www.acras.net--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Yes, Didn''t work. On 4/30/07, Tim Riendeau <tim-ES2qxVsx05pBDgjK7y7TUQ@public.gmane.org> wrote:> > Have you tried setting it to :plain? > > --Tim > > -----Original Message----- > From: rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org > [mailto:rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org] On Behalf Of acras > Sent: Monday, April 30, 2007 9:55 AM > To: Ruby on Rails: Talk > Subject: [Rails] Re: ActionMailer with no auth > > > anyone? > > On Apr 26, 5:41 pm, "Ricardo Acras" <ricardo.ac...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > Hello, > > > > 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? > > > > Thanks > > > > -- > > RicardoAcras > > rica...-WlbSPrj98RDLzadULwBKrHGIzULt+3ilL7h/1PWvLdQ@public.gmane.org de Sistemas > > +55+41-3232-6404www.acras.net > > > > > > > >-- Ricardo Acras ricardo-WlbSPrj98RBeoWH0uzbU5w@public.gmane.org Acras Desenvolvimento de Sistemas +55+41-3232-6404 www.acras.net --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
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 -----Original Message----- From: rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org [mailto:rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org] On Behalf Of Ricardo Acras Sent: Wednesday, May 02, 2007 8:42 AM To: rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org Subject: [Rails] Re: ActionMailer with no auth Yes, Didn''t work. On 4/30/07, Tim Riendeau <tim-ES2qxVsx05pBDgjK7y7TUQ@public.gmane.org> wrote:> > Have you tried setting it to :plain? > > --Tim > > -----Original Message----- > From: rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org > [mailto:rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org] On Behalf Of acras > Sent: Monday, April 30, 2007 9:55 AM > To: Ruby on Rails: Talk > Subject: [Rails] Re: ActionMailer with no auth > > > anyone? > > On Apr 26, 5:41 pm, "Ricardo Acras" <ricardo.ac...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > Hello, > > > > 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? > > > > Thanks > > > > -- > > RicardoAcras > > rica...-WlbSPrj98RDLzadULwBKrHGIzULt+3ilL7h/1PWvLdQ@public.gmane.org de Sistemas > > +55+41-3232-6404www.acras.net > > > > > > > >-- Ricardo Acras ricardo-WlbSPrj98RBeoWH0uzbU5w@public.gmane.org Acras Desenvolvimento de Sistemas +55+41-3232-6404 www.acras.net --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---