Right now I am developing a mailing list application for an organization that i'm in. I have the interface done completely using PHP/MySQL. I was going to create a mail form to send the e-mails out but I decided that i'd rather set it up so that I could send e-mails to my [email]mailinglist@****.com[/email] address and then have it automatically go to the entire mailing list. I've looked at WordPresses mail to blog feature and so i'm using a lot of the same ideas as they do but I don't fully understand how there's works. Right now, I have a PHP script that uses a POP3 class that I found free online but it only gives me the from address, subject and the text of the message. I have a cron job set to run the script every 30 minutes. The problem is that we want to be able to include some enhanced features in the e-mail as well. I typically use Outlook to compose it so we'd really like it if we could include inline images and attachments with the e-mail as well. Is there an easy way to accomplish this? If I could find a way to just take an e-mail, change who it's from and re-send it that would be great. Thanks ahead of time.