简体   繁体   English

在Rails 4管理面板中发送/接收电子邮件的宝石

[英]Gem for Send/ Receive e-mails in Rails 4 admin panel

Basically, I am searching for advise to choose best gem for Sending/Receiving e-mails in Rails 4 admin panel . 基本上,我正在寻找建议在Rails 4管理面板中选择最佳的gem来发送/接收电子邮件 Main requirement would be that gem can't be for specific domain e-mails like Gmail, Yahoo and etc. 主要要求是gem不能用于Gmail,Yahoo等特定域的电子邮件。

At this moment I found mikel/mail What you think of this gem ? 这时我发现了mikel / mail ,您如何看待这个宝石? Or can you suggest better one ? 还是可以提出更好的建议?

Thanks in advance. 提前致谢。

There's actionmailer , which will already by bundled with your Rails installation. actionmailer ,它将与您的Rails安装捆绑在一起。 Integration with your Rails app would be easier with actionmailer than any 3rd party gems, since that's what it was designed for. 使用actionmailer与任何第三方的gem相比,与Rails应用程序的集成将更加容易,因为这就是它的设计目的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM