I've made a script (using htmlMimemail class) to send mails through SMTP. Now I would make a script to receive mails using POP3. Anyone know a class to do that or I've to read the whole manual? :p
Thanks 🙂
I would like to have an easy way just to read the email then delete it from the POP3 account.
I need this so my script reads emails and sends the info to my cel phone, thanks,
Hi jubahn, I've wrote a script to receive mails and it seems to work with text mails. To receive and delete plain text mails you should use [man]imap_open[/man] function and the others imap functions, read the online manual for more details.
Hope this helps...