d15327
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Thanks, you’ve solved it!
Hi,
We have te same problem with PHP 8.1. Our e-mail content looks like this:
<!DOCTYPE html>=0A<html lang=3D"ja">=0A=09<head>=0A=09=09<meta http-equi= v=3D"Content-Type" content=3D"text/html; charset=3DUTF-8">=0A=09=09<meta= content=3D"width=3Ddevice-width, initial-scale=3D1.0" name=3D"viewport"= >=0A=09=09<title>Pantex Japan</title>=0A=09<style >type=3D"text/css">
This is our diagnostic test report:
Mailer: postsmtp HostName: pantex-japan.com cURL Version: 7.84.0 OpenSSL Version: OpenSSL/1.1.1p OS: Linux web0093.zxcs.nl 3.10.0-962.3.2.lve1.5.65.el7.x86_64 #1 SMP Wed Jan 19 09:35:41 UTC 2022 x86_64 PHP: Linux 8.1.14 C PHP Dependencies: iconv=Yes, spl_autoload=Yes, openssl=Yes, sockets=Yes, allow_url_fopen=Yes, mcrypt=No, zlib_encode=Yes WordPress: 6.1.1 ja UTF-8 WordPress Theme: Pantex Storefront Child Theme WordPress Plugins: Post SMTP, Advanced Custom Fields PRO, All-in-One WP Migration, All In One WP Security, Display Posts, FG Magento to WooCommerce Premium, Gutenbye, Intuitive Custom Post Order, Loco Translate, Minimum Order Amount for Woocommerce, Ninja Forms, Regenerate Thumbnails, Robin image optimizer, WC Hide Shipping Methods, WebP Express, WooCommerce PayPal Payments, WooCommerce Shortcodes, WooCommerce, Yoast SEO, WP Rocket WordPress wp_mail Owner: /home/u49169p54909/domains/pantex-japan.com/public_html/wp-content/plugins/post-smtp/Postman/PostmanWpMailBinder.php WordPress wp_mail Filter(s): wp_staticize_emoji_for_email, PostsmtpMailer->get_mail_args Postman: 2.4.3 Postman Sender Domain (Envelope|Message): pantex-japan.com | pantex-japan.com Postman Prevent Message Sender Override (Email|Name): Yes | Yes Postman Active Transport: デフォルト (smtp:none:none://localhost:25) Postman Active Transport Status (Ready|Connected): No | Yes Postman Deliveries (Success|Fail): 607 | 56
I fixed it with a conditional filter like this:
<?php if(get_locale() == 'nl_NL'){ echo "filters: 'taxonomies.language:Nederlands AND NOT taxonomies.language:English'"; }else{ echo "filters: 'taxonomies.language:English AND NOT taxonomies.language:Nederlands'"; } ?>
Hi,
I have the same problem. Do you have any solutions for this issue?
Thanks!
- This reply was modified 6 years, 12 months ago by d15327.
Viewing 4 replies - 1 through 4 (of 4 total)