Forum Moderators: coopster & phranque

Message Too Old, No Replies

email download/upload

help finding perl script

         

ls51

10:07 pm on May 3, 2004 (gmt 0)



i have a legacy travel system that i need to send emails to/from. i worked a little with perl years ago and i assume there is code out there that can go to an email system and download messages to a vanilla text file, and also read a similar text file (created by the legacy system) and send out emails from it.

anyone know of such perl code?

tia ls

VectorJ

4:58 pm on May 7, 2004 (gmt 0)

10+ Year Member



Net::POP3 for retrieving email and Email::Simple for sending email may be part of what you need.