Advice for Email PArsing & Forwarding

Advice for Email PArsing & Forwarding

am 08.08.2006 06:44:15 von jecottrell65

Hello All,

I am faced with the need to parse and forward emails from a datalogger.
I would like advice on how to go about doing the following:

Emails will arrive on a IPOWER Webserver (discount web hosting service)
with a simple text file attachment of 10-20 characters. I would like to
parse some of the text out of the original body and add the text from
the attached file to the forwarded body.

What is the best way to tackle this? (I would like for the solution to
reside on the server for reliability.) Any suggestions, pointers,
reading material, etc. would be greatly appreciated.

John

Re: Advice for Email PArsing & Forwarding

am 08.08.2006 08:09:32 von gtaylor

On 08/07/06 23:44, jecottrell65@gmail.com wrote:
> Hello All,
>
> I am faced with the need to parse and forward emails from a datalogger.
> I would like advice on how to go about doing the following:
>
> Emails will arrive on a IPOWER Webserver (discount web hosting service)
> with a simple text file attachment of 10-20 characters. I would like to
> parse some of the text out of the original body and add the text from
> the attached file to the forwarded body.
>
> What is the best way to tackle this? (I would like for the solution to
> reside on the server for reliability.) Any suggestions, pointers,
> reading material, etc. would be greatly appreciated.

I would look at writing a Perl script to do what you are wanting to do. If
you would like to contact me off news group, I may be able to help you
directly with this.



Grant. . . .