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. 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. Link to comment https://forums.phpfreaks.com/topic/132527-pop3-attachment/#findComment-689216 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.