PHP: How to read email attachment
Posted
by ozzwanted
on Stack Overflow
See other posts from Stack Overflow
or by ozzwanted
Published on 2010-05-03T13:13:36Z
Indexed on
2010/05/03
13:18 UTC
Read the original article
Hit count: 223
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.
© Stack Overflow or respective owner