bogeyman Posted November 13, 2008 Share Posted November 13, 2008 Dear all, How do I check if an email has attachment with my PHP script? The email server is using POP3 as its protocol. Thanks before. Quote Link to comment https://forums.phpfreaks.com/topic/132527-pop3-attachment/ Share on other sites More sharing options...
JonnoTheDev Posted November 13, 2008 Share Posted November 13, 2008 By reading the mail headers when opening the email. Im guessing you are using the fsockopen(), fputs(), fgets() functions to connect to your mail server and issue commands. Quote Link to comment https://forums.phpfreaks.com/topic/132527-pop3-attachment/#findComment-689216 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.