Auto Response with wp_mail
-
Hi everyone,
Based on this code (mail.php)
I’m trying to create an auto response email for users who filled my contact form. I added some code as you can see : (everything begining with auto…)
Thus, I think that something is worng with
if ( wp_mail( $send_to, $subject, $email_content, $headers, $autoreply, $autosubject, $autoemail_content, $autoheaders ) ) { $response = ( isset( $is_ajax ) ? '1' : esc_attr( __('Message sent! Thank you!', 'haku') ) );
But I don’t know what.
Many thanks in advance for help or advises,
Le Geek
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Auto Response with wp_mail’ is closed to new replies.