Ruby Net::SMTP - Send email with bcc: recipients

后端 未结 2 423
半阙折子戏
半阙折子戏 2021-02-06 09:05

I would like to use Ruby Net::SMTP to send email. The routine

send_message( msgstr, from_addr, *to_addrs )

works well in my code for sending em

2条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-02-06 09:40

    Yes it's not possible easily with Net::STMP. But there are a really great gem to manage your email sending (http://github.com/mikel/mail). I encourage you to use it.

提交回复
热议问题