What I have:
A person daily send to me an email, which has a zip'ed XML attachment.
What I do:
I save that attachment, unpack it and import via XML importerer to my web site.
What I need:
Automatic script, what I can automatically forward my email to ex.:
[email protected] and read that attachment via some php file in my website, which
maybe will be activated daily via server cronjob.
Is it possible to code this?
And
maybe someone has any pre-coded scripts.
Thanks for answers.