On Wed, 31 Oct 2001, Mary Christie Generalao wrote: .. > Thanks Michael. I am now using Mail::Sendmail and it > works as intended, though Im still curious how it's > done in the 'raw' :)
It's done in the "raw" the way you wanted. But you should have taken the header PRINT lines out of the loop. As Michael said, you were repeating the header lines for each line in the input file. Remember to have a "\n\n" to separate the header from the body. -- Orlando Andico <[EMAIL PROTECTED]> Mosaic Communications, Inc. _ Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph To leave: send "unsubscribe" in the body to [EMAIL PROTECTED] To subscribe to the Linux Newbies' List: send "subscribe" in the body to [EMAIL PROTECTED]
