Ruby Forum Ruby on Rails > how to use actionmailer use gmail smtp????

Posted by 汪亚军 (Guest)
on 09.04.2008 07:51
(Received via mailing list)
how to use actionmailer use gmail????
Posted by Kyle (Guest)
on 10.04.2008 03:48
(Received via mailing list)
I haven't been able to try this yet, but I'm planning to do so very
soon.

http://www.rubyinside.com/how-to-use-gmails-smtp-server-with-rails-394.html

-Kyle
Posted by Dror Chung (drorchung)
on 10.04.2008 09:58
汪亚军 wrote:
> how to use actionmailer use gmail????

My comrade,
I installed my gmail with restful authentication after working for 1 to 
2 weeks and after googling for long hours.

Read these:
  use gmail as smta server
  http://www.prestonlee.com/archives/63

  Creating a Ruby Gem for SMTP_TLS

  http://dev.nuclearrooster.com/

Dror