Hi,
sometimes, when an action is done on my web site, i send an email to another
application.
This application send me automatically a confirmation by email with an
auto-generated number.
How can i automatically get the email to parse it and save this number in a
table?
Do I need a specific mail server that starts a task when it receives an
email?
Suppose I install this mail server, how can I communicate the email content
to a php script (so it can parse the email and save the number in a
table)???
Maybe I can't do that with and need to use a perl script?? So the mail
server run the perl script with the email content??
Thanks you for your help because i am lost!
Rodolphe.
sometimes, when an action is done on my web site, i send an email to another
application.
This application send me automatically a confirmation by email with an
auto-generated number.
How can i automatically get the email to parse it and save this number in a
table?
Do I need a specific mail server that starts a task when it receives an
email?
Suppose I install this mail server, how can I communicate the email content
to a php script (so it can parse the email and save the number in a
table)???
Maybe I can't do that with and need to use a perl script?? So the mail
server run the perl script with the email content??
Thanks you for your help because i am lost!
Rodolphe.
Comment