Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
谁能指出我通过需要加密的 smtp 服务器启用电子邮件的插件/方向?我做了一些搜索,发现http://agilewebdevelopment.com/plugins/actionmailer_tls,但下载已关闭,这种模式也与其他几个插件重复。
如果您至少使用 Ruby 1.8.7,则不需要任何插件,只需将 ActionMailer 配置为使用 TLS:enable_starttls_auto => true即可config.action_mailer.smtp_settings。
:enable_starttls_auto => true
config.action_mailer.smtp_settings