mail-tester.com reports my newsletters are missing a Text part along with the HTML composingmy Automated Newsletters…
That’s a bit annoying because this is decreasing my “spam score”
Is there a way to do that with Newsletter plugin using Automated add-on ?
Thanks for your help
Eric Collart
Here below what mail-tester.com service reports:
-0.724 <samp>MPART_ALT_DIFF</samp> HTML and text parts are different
Veuillez vous assurer que la version TEXTE ressemble au texte inséré dans votre version HTML
However, when I manually send a test message, it arrives without any problems.
I haven’t changed hosting or any plugin settings in recent months.
But it may be important that the premium version of the plugin expired about a year ago and I am currently using the free version. However, when purchasing it, it was promised that all functionalities of the plugin would be retained, and I would only not receive new updates.
Btw. I posted this problem on your Facebook group but admin didn’t publish it. So what is the point in haveing such a group?:)
]]>I want to schedule exports a specific db every night and send it to FTP or cloud storage where we can grab it.
Is that possible with this plugin? I’m not seeing anything about automating the process.
Thanks!
]]>We use WP All Import to sync pricing and stock. At the end of the sync run WP-Rocket is cleared using a purge cache command via a small php snippet. This happens automatically after the import finishes.
Some of the prices shown on the home page seem to be cached causing incorrect prices after a data import.
Is there a way to run the flush redis cache action via a php command that I could insert at the end of my import? This would clear the object cache at the same time as the page cache preventing outdated prices showing.
Set up wp config as below with the domains and ports changed:
define(‘WP_CACHE_KEY_SALT’, ‘domainname.com’ );
define(‘WP_REDIS_PASSWORD’, ‘ourredisdbpassword’ );
define(‘WP_REDIS_HOST’, ‘127.0.0.123’);
define(‘WP_REDIS_PORT’, ‘1234’);
define(‘WP_REDIS_DATABASE’, 1 );
define(‘WP_REDIS_SELECTIVE_FLUSH’, true);
define(‘WP_REDIS_MAXTTL’, ‘1800’);