I want to send out an email newsletter in HTML format but am having a hard time figuring out how to do it. I am currently using a perl script that uses 2 text files to send out the newsletter. One file is a list of emails (about 12,000) and the other contains the actual newletter text. The perl script iterated thought the email list and sends the email with sendmail. does anyone know what I need to do to get it to send the newletter if it were in HTML format? ANY help would be greatly appritated. Thanks!