标签: ruby-on-rails testing actionmailer
我正在编写一个应用程序,它将接收通过postfix转发到生产服务器中rails应用程序的电子邮件。但是,如何在本地开发中测试Mailer#receive方法?我是否需要在本地设置postfix?
Mailer#receive