View Single Post
  #2 (permalink)  
Old 04-20-2008, 09:39 PM
xu123's Avatar
xu123 xu123 is offline
Junior Member
 
Join Date: Apr 2007
Posts: 124
Thanks: 0
Thanked 8 Times in 6 Posts
iTrader: (0)
Default Re: A1straS0ft*Aut0R3spond3r Pr0

I use v2.03 and its a bit buggy, so will look at vrs 3, but it is a very good script.....

here is what you need to set in the imap globals:

<?php
// pop3 mail server connection parameters
$MailHost = "{sitename}";
$MailUser = "youremail@youremail.com";
$MailPassword = "youremailaccountpassword";

?>

Just add your e-mail address to the mailuser field, and the e-mail account password.

That's it.
Reply With Quote