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

Posted by Jay Godse on Stack Overflow See other posts from Stack Overflow or by Jay Godse
Published on 2010-03-27T17:08:55Z Indexed on 2010/03/27 17:13 UTC
Read the original article Hit count: 451

Filed under:
|
|

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 email, but it is not clear from this API how to send email to a list of people that need to be blind copied (bcc:).

Am I missing something, or is it just not possible with Net::SMTP?

© Stack Overflow or respective owner

Related posts about ruby

Related posts about email-integration