SitePoint Sponsor |
|
User Tag List
Results 1 to 3 of 3
Thread: PHP + POP3
-
Jan 25, 2001, 16:56 #1
- Join Date
- Apr 2000
- Posts
- 1,483
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Hey all,
Does anyone know of a way to make PHP check a POP email box and then do something with the messages depending on the content of them? I'd liek to use it for a newsletter script, among other scripts. eg someone mails x@y.com saying they want to subscribe then it mails them a confirm email. If they reply to that then they are added.
Thanks in advance
-
Jan 25, 2001, 17:16 #2
- Join Date
- Jul 1999
- Location
- Chicago
- Posts
- 2,629
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
You'd have to script the action part of it yourself, but check out these two classes and scripts. I used them to make a simple webmail interface a while ago...
http://freshmeat.net/projects/class.pop3.php3/ and http://freshmeat.net/projects/phpop/
-
Jan 27, 2001, 06:14 #3
- Join Date
- Apr 2000
- Posts
- 1,483
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Thanks for your help Quinn
I will code that into the scripts today, thanks again
Bookmarks