How to read outlook message attachment in IMAP in PHP?
Moderator: General Moderators
-
suchit.dalvi
- Forum Newbie
- Posts: 1
- Joined: Fri Oct 30, 2015 5:43 am
How to read outlook message attachment in IMAP in PHP?
How can I read outlook message attachment in IMAP in php. I have one mail which contain Outlook message attachment file, which again contain another outlook message attachment file. I have tried using imap_fetchbody function by sending message number, but it only work for one attachment. So if that attachment has another outlook attachment, then its not working. Any help will be thankful..