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?