Email To Mysql.

2002-11-21 Thread Stephan Viljoen
Hi , I need to write an email that will port incomming emails directly to a Mysql DB. I'm running Linux with sendmail. Here's what I did so far , I'm forwarding all incoming emails to an alias that's piped to the perl script. Everything works fine , my only problem is to extract the message body

Re: Email To Mysql.

2002-11-21 Thread huan . huang
Hi, I am really new to Perl. I have set up Activeperl in my windows NT system. I have some source file. But I really get no idea how to run the source file. Could anybody give me a go? I have checked the following sites but found few introduction to windows user. http://www.perldoc.com/perl5.8.

Re: Email To Mysql.

2002-11-21 Thread Sorin Marti
"Email To Mysql" so choose a Subject like "Perl documentation for windows user" so everyone knows what you're talking about Greets Sorin -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Email To Mysql.

2002-11-21 Thread Jim Blanchard
mber 21, 2002 10:49 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Email To Mysql. [EMAIL PROTECTED] wrote: >Hi, I am really new to Perl. > me too >I have set up Activeperl in my windows NT system. I have some source file. >But I really get no idea how to run the source file.

Re: Email To Mysql.

2002-11-21 Thread John W. Krahn
Stephan Viljoen wrote: > > Hi , I need to write an email that will port incomming emails directly > to a Mysql DB. I'm running Linux with sendmail. Here's what I did so far > , I'm forwarding all incoming emails to an alias that's piped to the perl > script. Everything works fine , my only problem