Jason Hendriks
Forum Replies Created
-
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Yahoo Acess Token Generation FailedAccording to this user, Yahoo OAuth is working again:
https://wordpress.org/support/topic/cant-get-it-to-work-with-yahoo?replies=1#post-7652883
Forum: Plugins
In reply to: [Contact Form 7] Email says successfully sent, but is never delivered…Forum: Plugins
In reply to: [WCP Contact Form] How to integrate reCaptcha to WCP Contact Formah! Thank-you 😀
The PHP mail() doc does say “This function opens and closes an SMTP socket for each email, which is not very efficient.” .. so implicitly SMTP?
Forum: Plugins
In reply to: [WCP Contact Form] How to integrate reCaptcha to WCP Contact FormHi @webcodin
By default, WordPress doens’t use SMTP for notifications.
It does. SMTP to localhost on port 25 via PHPMailer.
wordpress/wp-includes/class-phpmailer.php, line 215.
I found this thread
https://wordpress.org/support/topic/link-templatephpsuspected?replies=13#post-7042958A lot of end-of-world “your site is hacked!” paranoia, but it would seem to point to some kind of automated malware scanner on the host.
Forum: Plugins
In reply to: I can't access anything in my wordpress backendFYI, I have a user with a similar issue here.
https://wordpress.org/support/topic/fatal-error-require_once-failed-opening-required-postman-configurationpost?replies=4#post-7651203In his case, looks like either his host, or another plugin, is renaming the source code files of Postman.
Those bastards! 😀 I have no idea. I would ask your host.
Just in case, compare your file with the one in the WordPress.org repo. They should match.
Forum: Plugins
In reply to: [Contact Form 7] Email not sending from Contact Form@takayukister what software do you use for your FAQ? Is it just plain WordPress posts? I need something similar at my site.
That sucks. Did the file exist? is it a permission problem? Do you have some kind of cacheing?
Here’s line 9:
require_once 'Postman-Configuration/PostmanSmtpDiscovery.php';File PostmanAdminController.php loads file Postman-Configuration/PostmanSmtpDiscovery.php via that relative link.
Maybe a permission problem. Postman-Configuration is a new directory in the most recent release. Perhaps your site could not create the directory.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Not working with Contact Form 7You’re welcome!!
Forum: Reviews
In reply to: [Postman SMTP Mailer/Email Log] OMG SMTP that actually works!Hahaha, great! 😀
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Not working with Contact Form 7Ok, so just like it says, the address has failed validation.
"Name email@email.com"should be
"Name <email@email.com>"To fix it in Contact Form 7, on the Mail tab of your form, make your From field:
From: [the-visitor-name] <[the-visitor-email-address]>(The angle brackets is what you are missing)
Fix it in your ‘other plugins’ too.
That’s the poster from Kevin Costner’s Postman. Yes, you are right, extra super 90’s cheesy (before the Matrix, FYI).
Forum: Plugins
In reply to: [Contact Form 7] Wont send emailKevin, if you are using your domain name for email, can you confirm your SPF records are correct?
Spam doesn’t always get delivered to you. Sometimes it just gets deleted.