nathan0601 has asked for the wisdom of the Perl Monks concerning the following question:
Hi all,
I am working with a host that has Mojo Mail installed.
What I would like to do is have the parse aspect of mojo receive the email sent to the command line email (piped to the mojo send mail script) grab the email, parse the information and then pass off the vars to a separate script in php either as post or get method so I can work with the variables with a php app as well.
Has anyone parsed email in perl and then passed the info off to php? asp? how about to another perl script?
I know that the mojo_send.pl file has the parsing handled, so what I thought could work would be to have that script stop shy of sending the email using mojo, and instead post the variables it has parsed to my php script.
Does perl have the ability to do this? The host I am working with does not have the ability to facilitate command line php email alias reception, so I am having to learn perl in a hurry.
Thanks in advance.
Edited by Chady -- fixed formatting of paragraphs
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: question about forwarding variables to php from perl
by Roger (Parson) on Dec 15, 2003 at 08:11 UTC | |
|
Re: question about forwarding variables to php from perl
by SquireJames (Monk) on Dec 15, 2003 at 08:13 UTC | |
|
Re: question about forwarding variables to php from perl
by nathan0601 (Initiate) on Dec 15, 2003 at 08:30 UTC | |
by Chady (Priest) on Dec 15, 2003 at 11:57 UTC | |
by SquireJames (Monk) on Dec 15, 2003 at 08:54 UTC | |
by Roger (Parson) on Dec 15, 2003 at 12:02 UTC | |
by nathan0601 (Initiate) on Dec 15, 2003 at 20:59 UTC | |
by nathan0601 (Initiate) on Dec 19, 2003 at 12:55 UTC |