View Single Post
  #11  
Old 02-26-2006, 01:27 PM
oxide oxide is offline
Sergeant
 
Join Date: Feb 2006
Posts: 21
Default Re: PHP core config changes?

thanks mate... you guys have been great and now just one last thing (hopefully) :D

for the SMTP details what do I put in?

I'm using PHPMailer class and here what I put in my php.


Code:
$mail->IsSMTP();
$mail->Host     = "mail.oxidesigns.com"; 
$mail->SMTPAuth = true;
$mail->Username = "username+oxidesigns.com"; 
$mail->Password = "password";
is the SMPT config right here? or do I just need to use localhost?
Reply With Quote