Hi there,
I've tried adding the code for SMPT but this hasn't made a difference, I can get the form to submit. The console in chrome dev tools indicates a 500 error (Internal Server Error) for /include/sendemail.php all I have done is chance the to mail details as indicated:
$toemails[] = array(
'email' => 'shaun@learningmix.com.au', // Your Email Address
'name' => 'Shaun McCarthy' // Your Name
);
My domain is learningmix.com.au
Please help!
Shaun
