-
PHP Email graphic grabber
ok so im not good with the title thing haha.
what im looking for is a php code that extracts graphical attachments from emails and stores them in specified folder
-
-
(Your title is fine-- you get the point across and it is, most importantly, unique.)
The problem with what you want is that you first need to get the email. If you have the email, then you can just extract (via several possible methods, depending on format) that part of the email content and write it to a file (look up fwrite() on php.net for a clear example).
Do you already have it setup? Or do you need to configure an email server as well?
Sending emails in PHP is relatively easy; receiving them is quite difficult.
Daniel -
Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks