PHP PERL

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
lane18
Forum Newbie
Posts: 7
Joined: Fri Nov 12, 2004 2:28 pm

PHP PERL

Post by lane18 »

Hi,
I have one work need to be done. One of the Client is getting E-mails to PERL. what i need is i need to read that E-mail from PERL using PHP and generate output to text document. Is it possible to write program in PHP..? appreciate your help.
Thanks
kettle_drum
DevNet Resident
Posts: 1150
Joined: Sun Jul 20, 2003 9:25 pm
Location: West Yorkshire, England

Post by kettle_drum »

Yeah you should be able to whip something up to read the email and write it to a text file. You just need to get the email - connect to the pop server, read the html page if the email is on a web based service, use exec() to call mail on the command line etc.
Post Reply