From: Logesh Subramani Date: 2008-08-05T14:21:20+09:00 Subject: Sending email to multiple recipients Hello, I have to send mail to multiple recipients. I have one text file, it contains emailaddress. In ruby program i should parse the emailaddresses and send to multiple recipients. for example. Just parsing it into an Array and either iterate over the array (sending one e-mail for each address) Give any ideas for this one, also give related program for this. Thanks in advance -- Posted via http://www.ruby-forum.com/.