Felhamed
Forum Replies Created
-
Thanks, here’s the resolution that fixed my issues in case anyone else has a similar problem:
https://ww.wp.xz.cn/support/topic/contact-form-is-not-sending-email?replies=8
Forum: Themes and Templates
In reply to: [Zerif Lite] Contact Form is not sending EmailMarking as resolved.
Forum: Themes and Templates
In reply to: [Zerif Lite] Contact Form is not sending EmailI have fixed the problem:
1. Replaced this line
$zerif_contactus_email = get_theme_mod('zerif_contactus_email');with$zerif_contactus_email = '[email protected]';in the front-page.php file.2. Removed
.$name.and <> brackets around'<'.$emailTo.'>'from$headers = 'From: '.$name.' <'.$emailTo.'>' . "\r\n" . 'Reply-To: ' . $email;also in the front-page.php file.Regards,
FirasForum: Themes and Templates
In reply to: [Zerif Lite] Contact Form is not sending EmailI believe the issue lies somewhere here, the form sends the following to wp_mail, how do I edit the contact form so that only the email addresses are sent into the wp_mail function?
From: john <<ahref=”mailto:[email protected]”>[email protected] >
To: <[email protected] >Thanks,
FirasForum: Themes and Templates
In reply to: [Zerif Lite] Contact Form is not sending EmailPlease see the following image: Test emails are successfully sent, however when trying to send from the contact form I get an invalid email error.
Forum: Themes and Templates
In reply to: [Zerif Lite] Contact Form is not sending EmailHi,
I have already configured Postman-SMTP and I do receive the test emails, however for some reason the contact submit doesn’t do anything and gives me a sorry, there was an error message.
Thanks for your quick replies, I will try to contact them as well but I was just searching through the front-page.php code and found this:
wp_mail($emailTo, $subject, $body, $headers);Not sure if you know if anything is off about this, is it referring to the wp_mail plugin instead of yours?
Edit: Sorry I just read your page and you say you rewrote the wp_mail function.
OS: Linux ChatServer.localdomain 2.6.32-431.el6.i686 #1 SMP Fri Nov 22 00:26:36 UTC 2013 i686 HTTP User Agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.130 Safari/537.36 Platform: PHP Linux 5.3.3 / WordPress 4.2.4 en_US PHP Dependencies: iconv=Yes, spl_autoload=Yes, openssl=Yes, sockets=Yes, allow_url_fopen=Yes, mcrypt=No WordPress Theme: Zerif Lite WordPress Plugins: Better Search Replace, Jetpack by WordPress.com, Custom Login Page Customizer, Postman SMTP, Shortcodes Ultimate, Revive Old Post (Former Tweet Old Post), WP Easy Paypal Payment Accept Postman Version: 1.6.23 Postman Sender Domain (Envelope|Message): orderthebox.com|orderthebox.com Postman Prevent Message Sender Override (Email|Name): No|No Postman Transport URI: smtp:ssl:plain://smtp.zoho.com:465 Postman Transport Status (Configured|Ready|Connected): Yes|Yes|Yes Postman Deliveries (Success|Fail): 0|0 Postman Bind (Success|Fail|Path): Yes|No|/var/www/tft/wp-content/plugins/postman-smtp/Postman/PostmanWpMailBinder.php Postman TCP Timeout (Connection|Read): 10|60 Postman Email Log (Enabled|Limit|Transcript Size): Yes|10|128 Postman Run Mode: production Postman PHP LogLevel: 40000 Postman Stealth Mode: No Postman File Locking (Enabled|Temp Dir): Yes|/tmpNo, they do not