Not sure about windows stuff but it seems like if you knew which directory the email
is kept in you could
Go through each file searching for a specific subject and then parse it accordingly.
I'd recommend
File::Slurp to read your directory and the files in it.
Then use :
Mail::Internet and Mai
Paul Kraus wrote:
I want outlook to run a perl script for this mail message. I want the script to
...
Can do, but you will probably need to learn VBA. Since Outlook is part of the Office
package, VB is the native programming interface, sort of like Perl is to the CGI.
Take the plunge. Y
Paul Kraus wrote:
>
> From: John W. Krahn [mailto:[EMAIL PROTECTED]
> >
> > I don't use Outlook or any MS products but you could use Net::POP3 to
> > get the emails directly from the server and process them.
>
> H Is there a way I could set up the script so that it would check
> for mail ever
H Is there a way I could set up the script so that it would check
for mail every x amount of minutes?
-Original Message-
From: John W. Krahn [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 26, 2003 5:43 PM
To: [EMAIL PROTECTED]
Subject: Re: Email Processing
Paul Kraus wrote
Paul Kraus wrote:
>
> I want to write a script that takes its parameters from an email.
> Now here is the tricky part the mail is not on the server its after it
> has been received via pop.
>
> Example.
> Someone sends an email that is supposed to trigger the creation of a
> price list.
> Mail co
I want to write a script that takes its parameters from an email.
Now here is the tricky part the mail is not on the server its after it
has been received via pop.
Example.
Someone sends an email that is supposed to trigger the creation of a
price list.
Mail comes in to mail server (we do not own