Rails的邮件预览引擎MailsViewer.zip

时间:2022-08-07 20:14:50
【文件属性】:

文件名称:Rails的邮件预览引擎MailsViewer.zip

文件大小:60KB

文件格式:ZIP

更新时间:2022-08-07 20:14:50

开源项目

MailsViewer 是一个Rails 的邮件预览引擎,提供了表格用来浏览 tmp/mails 下的所有邮件,可轻松的浏览非产品模式下的邮件。 配置方法: config.action_mailer.delivery_method = :file config.action_mailer.file_settings = { location: 'tmp/mails', smtp_settings: { address: "localhost", port: 25, domain: 'localhost.localdomain', user_name: nil, password: nil, authentication: nil, enable_starttls_auto: true }, send_if: lambda { |mail| mail.destinations.select { |address| ["yedingding@gmail.com"].include?(address) }.any? } 标签:MailsViewer


【文件预览】:
mails_viewer-master
----lib()
--------tasks()
--------mails_viewer()
--------mails_viewer.rb(157B)
----Gemfile(442B)
----Guardfile(714B)
----spec()
--------file_helpers.rb(424B)
--------controllers()
--------lib()
--------database_helpers.rb(332B)
--------spec_helper.rb(648B)
--------dummy()
--------features()
--------support()
----Rakefile(391B)
----config()
--------routes.rb(323B)
----LICENSE(1KB)
----README.md(2KB)
----mails_viewer.gemspec(1KB)
----Gemfile.lock(4KB)
----.gitignore(85B)
----app()
--------views()
--------controllers()
--------helper()
--------assets()

网友评论