kopf1988 wrote: > I really don't think you can do that, because you'd need SMTP. Now if > there was a pop or imap plugin, maybe that would work for GMail.
Sorry, but it seems like you don't know what you're saying here. POP and IMAP are used only for receiving mail -- SMTP is *always* used for sending. Gmail does provide SMTP access, but it's a bit of a pain to set up with ActionMailer due to its authentication method. What I do on my dev box is just use my ISP's SMTP server -- much simpler. Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

