On Jun 4, 2002 at 14:07, Doug La Farge wrote: >Because the user of this list needs to be able to send from their >Outlook Express client with all the fancy images and formatting.
>Yeah, I've got a basic little Perl script that already does this >including the SQL pull. Heck, maybe I can have sendmail write the >file to "letter.txt" and run a cron job to send it. I guess the >question is where will the images end up.... Scott Courtney has some very good suggestions. Here's mine. Have your OE user send the form to a specific address on your mailserver. Now the magic starts. Have sendmail (or whoever) hand the email off to your perl script, which can then inject it back into the mail system with appropriate SMTP envelopes, leaving the SMTP body alone. I still prefer Scott's solution, but YMMV. -- Satya. <URL:http://satya.virtualave.net/> A year spent in artificial intelligence is enough to make one believe in God. ------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py