Jason Hendriks
Forum Replies Created
-
Hi, I’m the author of Postman. The plugin has detected a malformed From address. The From address from pico should be:
Admin <myemail@foo.com>Not:
Admin < myemail@foo.comAs a quick fix, you can tick Prevent plugins and themes from changing this in Advanced Settings > Message > Message From > Email Address.
Forum: Plugins
In reply to: [SendPress Newsletters] Confirmation-mail stuck in queueI tried to add a spf-record:
spf.dompan.se. 6400 IN TXT dompan.se. IN TXT “v=spf1 mx a ip4:66.7.199.204 include:manufrog.com”Ok, almost. SPF should indicate the SMTP server you are using. Since that server appears to be Gmail, then you should include Google.
v=spf1 mx a ip4:66.7.199.204 include:manufrog.com include:_spf.google.com -allPort 25 seems to be blocked. SMTP connect() failed.
2015-10-26 10:18:03 SERVER -> CLIENT: 250-smtp.gmail.com at your service, [66.7.199.204]Did the SendPress plugin write this? Or you? Since you received a response from the Google server, the port is definitely not blocked.
And then I get an email from google saying something like:”An unsecure/old app tried to use your gmail-account“
Gmail uses a new authentication method called OAuth 2.0. My SMTP plugin Postman is the only one for WordPress that supports it. It also works with SendPress newsletters. If you install my plugin, you have to use the SendPress option Send Emails via Your Website.
Forum: Plugins
In reply to: [Postman SMTP Mailer/Email Log] Will not send test emailThis plugin is not configured. Would you run the Wizard or do a manual setup and then repost the Diagnostic test.
This sounds like a Contact Form 7 generic email error message.
You should look in Postman’s email log (Tools > Email Log) for the exact error message from the SMTP server.
Forum: Plugins
In reply to: [Contact Form 7] Submit button not workingYour links aren’t clickable either, your text isn’t selectable. I disabled Javascript and still the same effect. I bet you have a transparent CSS block covering the whole page.
Yup, disabling styles makes it work again. You have a CSS style issue.
Forum: Plugins
In reply to: [Contact Form 7] Ugly e-mails, no html and no special charactersNo problem! Glad I could help π
You might also want to add a From: additional header because
wordpress@friluftsutleie.nois nonsensical. Try:From: [your-name] <[your-email]>.. Assuming [your-name] and [your-email] are valid tags for the visitor name and email address in your form!
Forum: Plugins
In reply to: [Contact Form 7] Ugly e-mails, no html and no special charactersIn norwegian it means “answer to”.
Change it to:
Reply-ToIt represents the email to use when you click Reply. That’s probably your issue.
Forum: Plugins
In reply to: [Contact Form 7] Red error on wp 4.3.1 and cf7 4.3Yes, white screen of death.
For my own curiosity, who’s your web host and what’s your PHP version?
Assuming your problem is blocked access to the SMTP ports, you could install the wpMandrill or SendGrid plugins to attempt to send mail over the HTTPS port? (443 using the API)
Forum: Plugins
In reply to: [Contact Form 7] Ugly e-mails, no html and no special charactersWhat the heck is
Svar til: steberl@online.no
AFAIK, that’s not a valid header. Does it only show in the CF7 transcripts?
Check the contents of “Additional Headers” in your CF7 Mail tab.
Forum: Plugins
In reply to: [Contact Form 7] Ugly e-mails, no html and no special charactersIt’s only in CF7 the problem appears
So strange.
In Tools > Email Log you will find the session transcript for the CF7 emails. Would you please post an entire session transcript here (but remove the AUTH line, it has your Hotmail name/password encoded).
Let’s double-check that the problem isn’t on your site.
Forum: Plugins
In reply to: [Contact Form 7] Ugly e-mails, no html and no special charactersthe mail from your form, the header states clearly that content type is plain text
I have my CF7 set as plain text whereas yours is set to HTML (and your form has HTML tags in it). that’s an expected result.
There are no heading showing in the mail like it was when sent from my form. I am a little bit confused by the fact that the e-mail from my form has a header in the mail itself
I didn’t realize your headers were showing in your content. This means somehow there is a line break in yours headers.. possibly the very first line. Everything after a line break is treated as email content. If the line break is being added after the email leaves your system, there’s nothing you can do π
From the Diagnostic Test, I don’t think the problem is happening in your WordPress site.
Is it only Contact Form 7 that has this problem? What about WooCommerce? What about the Postman test email?
Are you viewing the email on the Hotmail.com website?
This means you didn’t correctly input the two URLs Postman gave you into Google. Try again.
Example: http://plugins.svn.wordpress.org/postman-smtp/assets/examples/Google_Console_example_20151025.png
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7Well
Content-Type: text/plain; charset=UTF-8is obviously your problem. I don’t know why PHPMailer is not receiving the text/html header.Do you have a plugin installed that modifies the email header? Perhaps your theme. If you just install my SMTP plugin (you don’t have to keep it or configure it) and look in the Diagnostic Test results, it will show if there are other plugins modifying the email headers when CF7 sends an email.
Forum: Plugins
In reply to: [Contact Form 7] Red error on wp 4.3.1 and cf7 4.3The Postman log is actually in Tools > Email Log
which gave me and Error 500 upon activation
Really? A white screen of death? Yuck.
Sorry I’m not sure how to help you further.
Forum: Plugins
In reply to: [Contact Form 7] Ugly e-mails, no html and no special charactersYour Norwegian characters looked good to me, I assume they looked good to you as well.
Are the email headers the same between the two emails? If so, then the content is not being created correctly. I also use Contact Form 7. Perhaps you have another plugin changing the content before it is sent. Can you install this plugin and post the Diagnostic Test so we can see if there are other plugins interfering with the email: https://wordpress.org/plugins/postman-smtp/