kashmiri
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form Clean and Simple] Add option to prevent inbox threadingOK, seems X-Entity-Ref-ID works. Thanks!
Just to be compliant (no empty/null headers), I used
X-Entity-Ref-ID: " . uniqid() . "\r\n
Normally threading is a boon, but is a nightmare in case of form responses – all the different people appear to be writing in the same thread where the form doesn’t include/require a subject field. This solves the problem.
Forum: Plugins
In reply to: [Contact Form Clean and Simple] Add option to prevent inbox threadingI’ve tested with
X-Entity-Ref-ID: null
and it didn’t work for me: messages still were threaded. Will test again.Hi @mhadidg, thanks for the explanation. My bad – coming from the Google Workspace environment, where there’s no automated or mandated key rotation, I wasn’t familiar with the practice.
Forum: Plugins
In reply to: [Contact Form Clean and Simple] Add sender’s name in replyYes, 166. Must be because I had it open in Notepad with line wrap on.
Thanks.
Forum: Plugins
In reply to: [MailPoet - Newsletters, Email Marketing, and Automation] Email Profile ImageChiming in with the same problem. Sender image does NOT seem to be controlled by BIMI. On my setup, sender images ARE displayed for emails sent using the standard WordPress method (PHPMailer), but ARE NOT displayed when the same emails are sent via MailPoet (from the same From/Sender email address). Note that SPF, DKIM, etc., are configured correctly for both services.
So, it must be something else, and I’d be keen to know the culprit.
My previous post (with the log) is currently held for moderation, it should appear soon. In the meantime, please note that the Name override option in the plugin settings is off, even if it shows activated in the log.
Hi @tneville, thanks for coming back to me. Here it is (actual domain name replaced with mydomain.com for privacy):
Mailer: postsmtp HostName: mydomain.com cURL Version: 7.71.0 OpenSSL Version: OpenSSL/1.1.1d OS: Linux s228.lon1.mysecurecloudhost.com 3.10.0-962.3.2.lve1.5.42.el7.x86_64 #1 SMP Mon Nov 9 08:11:18 EST 2020 x86_64 PHP: Linux 7.4.12 C PHP Dependencies: iconv=Yes, spl_autoload=Yes, openssl=Yes, sockets=Yes, allow_url_fopen=Yes, mcrypt=No, zlib_encode=Yes WordPress: 5.6 en_US UTF-8 WordPress Theme: Total WordPress Plugins: Better Email Logger Post SMTP Extension, iThemes Security, Catch Gallery, Classic Editor, Clean and Simple Contact Form, Cookie Notice, Embed Any Document, Embed Extended, Enable jQuery Migrate Helper, Enable Media Replace, External Media without Import, Flying Pages by WP Speed Matters, Site Kit by Google, iThemes Sync, jQuery Manager for WordPress, LiteSpeed Cache, Login Logout Register Menu, MCE Table Buttons, OneLogin SAML SSO, Plugins Garbage Collector (Database Cleanup), Post SMTP, Ratio Thumbnails Size, Redirection, Safe SVG, Social Media Auto Publish, Tabify Edit Screen, The Events Calendar, Total Theme Core, WebP Express, Open Graph and Twitter Card Tags, WP Custom Author URL, WP External Links, WP Performance Tester WordPress wp_mail Owner: /home/uvtdwqhi/public_html/mydomain.com/www/wp-content/plugins/post-smtp/Postman/PostmanWpMailBinder.php WordPress wp_mail Filter(s): wp_staticize_emoji_for_email, PostsmtpMailer->get_mail_args, PSEL\Logger\Process->log_mails WordPress phpmailer_init Action(s): PostsmtpMailer->phpmailer_smtp_init Postman: 2.0.20 Postman Sender Domain (Envelope|Message): mydomain.com | mydomain.com Postman Prevent Message Sender Override (Email|Name): Yes | Yes Postman Active Transport: SMTP (smtp:tls:none://smtp-relay.gmail.com:587) Postman Active Transport Status (Ready|Connected): Yes | Yes Postman Deliveries (Success|Fail): 12 | 2 Postman Email Log (Enabled|Limit|Transcript Size): No | 250 | 128 Postman Stealth Mode: Yes
Forum: Reviews
In reply to: [Simple Membership] Buggy, poor support, not refunding@lucasmang That was quite a disgusting approach to a customer who spent their money and wasted own time on struggling with seemingly awful support. You might like to go through your credit card company and request a chargeback. I stumbled into this thread when looking to purchase a membership plugin for my business, only to understand this plugin author is not someone I want to be dealing with. Thanks for your review.
Forum: Plugins
In reply to: [WebP Express] WebP Express reverts to factory settings after updating postThanks Marc, trying your solution out.
Forum: Plugins
In reply to: [WebP Express] Settings Resetting FrequentlySame here, settings get reset. It’s one of my favourite plugins, has sped up our websites considerably. Pity that it has been abandoned.
Forum: Plugins
In reply to: [OneLogin SAML SSO] CRON and OneLoginOne problem is, the plugin needs to be compatibile with WordPress v. 2.1.2 whereas wp_doing_cron() was introduced only in v. 4.8.0.
The plugin already throws out wp_doing_cron() related errors when used on WP v. 3.9.x and basically breaks WP.
Not the way forward methinks.
Forum: Plugins
In reply to: [Gallery Lightbox] Does not work on block galleryOK, resolved, thanks @ov3rfly for the hint.
In
gallery-lightbox-slider/inc/functions/glg-functions.php
, line 140replace
.photobox('.carousel-item:not(".bx-clone") > a:not(".icp_custom_link"),a.glg-a-custom-wrap, .gallery-item > dt > a', {
with
.photobox('.carousel-item:not(".bx-clone") > a:not(".icp_custom_link"), a.glg-a-custom-wrap, .gallery-item > dt > a, .blocks-gallery-item > figure > a', {
Forum: Plugins
In reply to: [WebP Express] gmagick and imagick extensionYou do NOT need both of them. One extension is absolutely enough to do all the job.
Forum: Plugins
In reply to: [Gallery Lightbox] Not loading large images with the new WP blocksSame problem here.
Same here, all new users are registered as Unconfirmed, even though we have disabled double opt-in and will be sending through our own servers only to our WordPress users. Can you look into it at the earliest?