yaml_mail_config
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:git svn clone - configure email.yml like database.yml
= YAML Mail Config

YAML Mail Config moves ActionMailer configuration to a YAML file in your 
config/ folder, just like your database definitions. 

Install with:

  script/plugin install svn://rubyforge.org/var/svn/slantwise/yaml_mail_config/trunk yaml_mail_config

To use, simply create a config/email.yml file that follows the sample 
pattern below. (A sample email.yml template file is found in the templates/ 
directory of this plugin.)

Sample:

  development:
    server: mail.domain.com
    port: 25
    domain: domain.com
    authentication: login
    username: email_account_login
    password: email_account_password
  production:
    server: mail.domain.com
    port: 465
    domain: domain.com
    authentication: login
    username: email_account_login
    password: email_account_password
    tls: true
  

Thanks to Sebastien Grosjean (http://seb.box.re/) for the idea and the initial
codebase for this plugin!

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。