Jason Hendriks
Forum Replies Created
-
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Can't send an email using OptimizepressPlease install v1.6.24 and let me know if the problem occurs there.
Optimizepress does not publish their source code so this might be difficult to debug. I have a feeling they are calling wp_mail during Postman’s startup, instead of after.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Can't send an email using OptimizepressAnd does this only happen with v1.7? Or did you see this wth v16.24?
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Can't send an email using OptimizepressYou can see Postman using the wrong URI in the email log?
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] V1.7Ok, I think I know the problem. I created a new capability for Postman in v1.7, ‘manage_postman’. But the code only runs during activation, and depending on how you let WordPress upgrade Postman, this code might not run – so the current user will no longer have the required privilege to see the admin screen.
Thanks guys I’ll release a fix.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] postman smtp is not configuredWhat is part of the Unexpected PHP messages corrupted the Ajax response”{ …”
,below is the error log …You didn’t post what’s in the popup π Would you please.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] V1.7Can you try manually deactivating and reactivating? I noticed that too on one of my test sites (a WordPress multisite) but I don’t know why. Deactivating and reactivating fixed it.
Forum: Plugins
In reply to: [Contact Form 7] Form is not delivering the messages to emailsverify the spf record on your domain name.
I found the solution on StackOverflow (of course).
I’ve seen this error happen when php is compiled with a version of cURL that uses Apple’s Secure Transport under Yosemite and the target of the URL request doesn’t support SSLv3 (which was probably disabled due to the POODLE vulnerability).
Oddly, I didn’t have this problem with Apple’s stock PHP. Only Homebrew’s. The fix was to use Homebrew’s PHP with Homebrew’s cURL and SSL:
xcode-select --install ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" brew tap homebrew/dupes brew tap homebrew/versions brew tap homebrew/homebrew-php brew install --with-openssl curl brew install --with-homebrew-curl --with-homebrew-openssl --without-snmp php53Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Errorv1.7 makes the fix official – hope it solves your problem.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Does this work for a multisite?Multisite development has begun.
Tell me more about configuring via wp-config
Forum: Plugins
In reply to: [Contact Form 7] Visitor using hotmail, gmail & yahoo email addressI downloaded Postman 1.7 but it needs PHP 5.4 and I only have 5.3.29 installed unfortunately.
Stryker, I installed PHP 5.3.29 and have no problem running Postman 1.7
Would you mind giving me a little more detail on the issue you encountered?
OS: Darwin Jasons-Mac-Pro.local 15.0.0 Darwin Kernel Version 15.0.0: Sat Sep 19 15:53:46 PDT 2015; root:xnu-3247.10.11~1/RELEASE_X86_64 x86_64 PHP: Darwin 5.3.29 C PHP Dependencies: iconv=Yes, spl_autoload=Yes, openssl=Yes, sockets=Yes, allow_url_fopen=Yes, mcrypt=No WordPress: 4.3.1 en_US WordPress Theme: Twenty Fifteen WordPress Plugins: Contact Form 7, Debug, LA Glamour Style, MyMail - Email Newsletter Plugin for WordPress, Postman SMTP, SendPress Newsletters, Fast Secure Contact Form, User Role Editor, Booster for WooCommerce, WooCommerce WordPress wp_mail Filter(s): wp_staticize_emoji_for_email Postman: 1.7.0r Postman Sender Domain (Envelope|Message): hendriks.ca | hendriks.ca Postman Prevent Message Sender Override (Email|Name): No | No Postman Active Transport: SMTP (smtp:tls:oauth2://smtp.gmail.com:587) Postman Active Transport Status (Ready|Connected): Yes | Yes Postman Deliveries (Success|Fail): 203 | 90 Postman PHP LogLevel: 5000Forum: Plugins
In reply to: [Contact Form 7] Additional Header causing mail not receivedUsing Reply-to: [your-name] <[your-email]> in Additional Header causing email not received in gmail. This used to work for a year until this October.
1. Are you sure??? This is repeatedly reproducible?
2. Some SMTP plugins, like Easy SMTP I think, are buggy with reply-to addresses. Are you using an SMTP plugin?
Forum: Plugins
In reply to: [Contact Form 7] Form is not delivering the messages to emails