View Single Post
Old June 28th, 2008, 12:47 AM   #4 (permalink)
brianluau
Registered User
Seasoned Poster
 
Joined in Mar 2008
Lives in California
Hosted on SH126
35 posts
Gave thanks: 9
Thanked 0 times
Thanks both of you, for the help

We got it working and the config looks something like this:

PHP Code:
//Mail
$CONFIG['smtp_server']       =    'sh###.surpasshosting.com';            // the smtp server, the cp will use to send mails
$CONFIG['smtp_port']         =    '25';            // the smtp server port
$CONFIG['smtp_mail']         =    'user@domain.com';            // the email of the admin
$CONFIG['smtp_username']     =    '<cPanel login>';            // the username of the smtp server
$CONFIG['smtp_password']     =    '<cPanel pass>';            // the password of the smtp server 
brianluau is offline   Reply With Quote