w1ww Established Member โ 15 โ Impact 9 Feb 18, 2007 5K views 5 replies #1 I'm looking for a simple php script that reads messages from a pop3 server... Does anybody knows one? Thanks
I'm looking for a simple php script that reads messages from a pop3 server... Does anybody knows one? Thanks
Ray VIP Member VIP โ 20 โ Impact 167 Feb 18, 2007 #2 Yes... Im looking for one to... -------- However... I have heard that you could possible use thre fopen() command
Yes... Im looking for one to... -------- However... I have heard that you could possible use thre fopen() command
cef Established Member โ 20 โ Impact 11 Feb 18, 2007 #3 There's a PEAR class to do that: http://pear.php.net/package/Net_POP3 Docs (including a complete example) are here: http://pear.php.net/manual/en/package.networking.net-pop3.php
There's a PEAR class to do that: http://pear.php.net/package/Net_POP3 Docs (including a complete example) are here: http://pear.php.net/manual/en/package.networking.net-pop3.php
Hitch Established Member โ 20 โ Impact 74 Feb 18, 2007 #4 DWMail would. http://www.dominion-web.com/products/dwmail/ :tu: SocketMail and Hivemail would too, however, HiveMail hasn't being updated in ages, and a version of SocketMail requires a Dedicated Server. Adrian
DWMail would. http://www.dominion-web.com/products/dwmail/ :tu: SocketMail and Hivemail would too, however, HiveMail hasn't being updated in ages, and a version of SocketMail requires a Dedicated Server. Adrian
Matthew. VIP Member VIP โ 15 โ Impact 89 Feb 18, 2007 #5 A good old fasioned google brings up some helpful links. http://www.google.com/search?hl=en&q=php+pop3+read&btnG=Google+Search
A good old fasioned google brings up some helpful links. http://www.google.com/search?hl=en&q=php+pop3+read&btnG=Google+Search
w1ww Established Member โ 15 โ Impact 9 Feb 18, 2007 #6 hmm, got a few good example from the search Matthew (I tried to search before, but whatever).. I'm trying to do an MMS to email script so user can upload pictures from mobile phones!
hmm, got a few good example from the search Matthew (I tried to search before, but whatever).. I'm trying to do an MMS to email script so user can upload pictures from mobile phones!