PEAR Forum :: PHP Extension and Application Repository

PEAR Forum Forum Index
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
Pear Pop-3 module used in php script that pipes emails

 
Post new topic   Reply to topic    PEAR Forum Forum Index -> Mail
View previous topic :: View next topic  
Author Message
wittrs



Joined: 16 Aug 2009
Posts: 1

PostPosted: Sun Aug 16, 2009 8:52 pm    Post subject: Pear Pop-3 module used in php script that pipes emails Reply with quote

I have a headache. I just installed something called FUDforum. It's a message board. It has the capacity to take email messages from a discussion group and post them into the board, while allowing posts from the board to go to the email list -- all without double posts. However, to achieve this, it is necessary to pipe mail to the maillist.php file. That's what I am trying to do: to pipe mail to this stupid file.

Well, I found a php script that says it can do this. It's located here, at FUDforum's discussion board. http://fudforum.org/forum/index.php?t=msg&goto=19834&#msg_19834.

The script calls for the following values to set:

define("SERVER_HOST", "mail.myisp.net");
define("SERVER_USER", "myusername");
define("SERVER_PW", "mypassword");
define("SCRIPT_LOCATION", "/path/to/maillist.php");
define("RETAIN_NOMATCH", True); //SET TO TRUE TO SAVE EMAILS THAT MATCH NO LIST
define("PEAR_POP3", "/usr/local/php/lib/php/Net/POP3.php"); //LOCATION OF THE POP3 PEAR MODULE

I have set all of them except one -- the last one. The one that says "pear pop 3 module." When I tried to list the path, my host told me that they did not have a pear pop 3 module installed on the server by default. They directed me to a pear site where I could download one myself.

My questions are now very simple: (a) what is a pear pop 3 module?; (b) what does it do; (c) if I wanted to get one, how do i go about it; (d) is it critical to have one of these things to get mail piped to a php file via a php script; and (e) do you know any other way to get mail piped without having a pear pop 3 thingy?

Too many questions. Just could you give me any sort of help at all??

Thanks so much for your time and patience. I appreciate it.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    PEAR Forum Forum Index -> Mail All times are GMT + 2 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



PEAR Forum topic RSS feed 
Powered by phpBB © 2001, 2005 phpBB Group

Provided by Ministry of Web developement