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