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.
我在 ruby on rails 中使用 action mailer。
我只想根据用户表中的 email_bounce 标志过滤收件人电子邮件。
是否可以在邮件中使用任何过滤器
我建议在控制器中执行此操作,使用邮件程序仅发送电子邮件。我通常学会在模型和控制器中保持逻辑