资源说明:
ActionMailerTls
===============
Use GMail SMTP server to send emails in Rails ActionMailer
Example
=======
Place code snippet in config/environment.rb
ActionMailer::Base.server_settings = {
:address => "smtp.gmail.com",
:port => 587,
:domain => "mycompany.com",
:authentication => :plain,
:user_name => "username",
:password => "password"
}
Copyright (c) 2008 Eladio Caritos, released under the MIT license
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。
English
