Contact form doesnt send email

Latest Reply from kcinnay at 2014-12-16 07:41:10 Solution
(can't find the right forum i need Gamestation)
(And sorry for my bad english)

I want to send a email with the contact form provided from you, but it doesn't send the mail. i have changed te "to mail adres".


i have tried this.

if ($error=='') {
$headers = 'From: <YOUR@mail.coml>' . "\r\n";
wp_mail($SMTheme->get( 'contactform', 'email' ), 'Message from '.$from, $msg);
$error=$SMTheme->_( 'emailok' );
$errorcode='green';
}



<script>
jQuery('.feedback input').each(function(){
jQuery(this).attr('name','<?php echo $_SESSION['commentinput']; ?>['+jQuery(this).attr('name')+']');
});
jQuery('.feedback textarea').each(function(){
jQuery(this).attr('name','<?php echo $_SESSION['commentinput']; ?>['+jQuery(this).attr('name')+']');
});
</script>
<?php
get_footer();
?>

Hi!
Could you give us the URL of your website, please.

already fixed it

Leave a reply

Add codeAdd image