Jason Hendriks
Forum Replies Created
-
Forum: Plugins
In reply to: [SendPress Newsletters] Confirmation-mail stuck in queueIs the domain you are trying to send on dompan.se?
dompan.se. 14399 IN MX 0 dompan.se.You don’t have an SPF record.
Forum: Reviews
In reply to: [Postman SMTP Mailer/Email Log] Simple and User-friendly!So awesome to hear that! π Spread the word π
Google has told you what to do: https://support.google.com/mail/answer/78754
Since you don’t want to use OAuth 2.0 you will have to disable the security in Google to continue using a password.
Forum: Reviews
In reply to: [Postman SMTP Mailer/Email Log] Does what it says !Thanks!!
Forum: Reviews
In reply to: [Postman SMTP Mailer/Email Log] TLD Emails are working!Great! This feature will be in the next public release.
Forum: Reviews
In reply to: [Postman SMTP Mailer/Email Log] Great plugin and supportThe pleasure is all mine!
Awesome!
Forum: Reviews
In reply to: [Postman SMTP Mailer/Email Log] Works perfectlyThank-you! Glad I could contribute π
FYI, WordPress doesn’t use php mail() but PHPMailer, a popular PHP mailer. Postman instead uses the excellent Zend_Mail which is a much better library.
Cheers!
π Thank-you dtynan!! High praise!!
Forum: Plugins
In reply to: [Contact Form 7] Spinning arrow after form submissionbut not sure if I am supposed to start a new thread.
Yes, please do.
Forum: Plugins
In reply to: [Contact Form 7] Receive Bounced MailIs there a way to receive, or redirect, mail that bounces or fails when sent from contact form 7?
The SMTP protocol says that bounces are always sent to the sender of the message. For you, that’s probably whatever CF7 has in the From: header.
Right now, if the form sends mail, and something goes wrong, the error vanishes in the mist.
Sounds like your From: header is not your own address. Naughty. If you install and configure this SMTP plugin, the Envelope sender (where bounces go to) will be set as your own address, and the From address in the email will be preserved as your visitor’s address.
https://wordpress.org/plugins/postman-smtp/
Another contact form we’ve used before had a fail-to: header tag that somehow redirected these bounces.
There’s no such header.
Forum: Plugins
In reply to: [Contact Form 7] Double success messageI would start by disabling all other plugins and switching to the default theme – you might be chasing a bug in someone else’s code.
If it still occurred I would use a Javascript debugger or similar to see what the heck the Javascript is doing.
Cheers
Forum: Plugins
In reply to: [Contact Form 7] Red error on wp 4.3.1 and cf7 4.3it’s not the plugin, it’s your mail configuration. you need an SMTP plugin.
https://wordpress.org/plugins/postman-smtp/
http://contactform7.com/faq/i-get-an-error-message-with-a-red-border-so-how-can-i-solve-this/Forum: Plugins
In reply to: [Contact Form 7] Double success messagethe Javascript Conflicts section in that link doesn’t give any information, it just suggests that conflicts might occur.
lol π
Forum: Plugins
In reply to: [Contact Form 7] Ugly e-mails, no html and no special charactersI’ll try and help you. First would you try my own contact form so we can make sure it’s a sending issue and not a receiving issue.
If it works we can compare the headers and see where you went wrong.