View Single Post
  #12  
Old 02-26-2006, 02:49 PM
navaldesign's Avatar
navaldesign navaldesign is offline
General & Forum Moderator
 
Join Date: Oct 2005
Location: Italy
Posts: 10,029
Default Re: PHP core config changes?

$mail->IsSMTP();
$mail->Host = "localhost";
$mail->SMTPAuth = true;
$mail->Username = "username+oxidesigns.com"; Put your CP username
$mail->Password = "password"; Put your CP password
[/code]

You must have uploaded the class.phpmailer.php and class.smtp.php in your site. Have you configured port 25 in class.smto.php ?
__________________
Navaldesign
Logger Lite: Low Cost, Customizable, multifeatured Login script
Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!

Reply With Quote