How to get data from a incoming email and then copy data to some directory
Posted
by Zegnhabi
on Stack Overflow
See other posts from Stack Overflow
or by Zegnhabi
Published on 2010-05-07T03:26:58Z
Indexed on
2010/05/07
3:28 UTC
Read the original article
Hit count: 185
First of all, I have some time reading this page and I find very interesting, the content also has many questions and are very entertaining.
My question is about handling my incoming mail server, no matter if you use PHP, Perl, or Python.
I do not care, what if I want is the result which should be as close to: I send an email to [email protected], this post will add a case such as photos, then when the mail reaches the server, the server takes to process mail and copy the attached files, in this case the photos to a folder / home / public_html / photos and then, if possible notify you if it was successful or not.
In advance thank you very much. And I hope and can be done. ñ_ñ
© Stack Overflow or respective owner