hansbl
Forum Replies Created
-
Hi,
Found the diagnostic test;
Mailer: postsmtp
HostName: loozermarsnoord.nl
cURL Version: 8.11.0
OpenSSL Version: OpenSSL/1.1.1w
OS: Linux s10.servitnow.nl 4.18.0-553.33.1.lve.el8.x86_64 #1 SMP Tue Dec 24 22:25:00 UTC 2024 x86_64
PHP: Linux 8.1.31 C.UTF-8
PHP Dependencies: iconv=Yes, spl_autoload=Yes, openssl=Yes, sockets=Yes, allow_url_fopen=Yes, mcrypt=No, zlib_encode=Yes
WordPress: 6.7.2 nl_NL UTF-8
WordPress Theme: Divi Child
WordPress Plugins: FooBox Image Lightbox, TablePress, FooGallery, Smart Custom 404 Error Page, Advanced CF7 DB, Advanced Custom Fields, Akismet Anti-spam: Spam Protection, All In One WP Security, Catch IDs, Child Theme Configurator, Honeypot for Contact Form 7, Contact Form 7, CookieYes | GDPR Cookie Consent, Yoast Duplicate Post, Email Address Encoder, Icegram Express - Email Subscribers, Newsletters and Marketing Automation Plugin, Flamingo, Html5 Video Player, Woody code snippets (PHP snippets | Insert PHP), List category posts, LoginPress, Nieuwe Pagina Melding, Plugin laatste update kolom, Popup Maker, Post SMTP, Print-O-Matic, Public Post Preview, Restrict User Access, Optimize Database after Deleting Revisions, Search Exclude, Team Members, VS Event List, WP Rollback, WP Super Cache, xCRUD loader
WordPress wp_mail Owner: /home/buurtver/domains/loozermarsnoord.nl/public_html/wp-content/plugins/post-smtp/Postman/PostmanWpMailBinder.php
WordPress wp_mail Filter(s): PostsmtpMailer->get_mail_args
WordPress phpmailer_init Action(s): wpcf7_phpmailer_init, PostsmtpMailer->phpmailer_smtp_init
Postman: 3.1.3
Postman Sender Domain (Envelope|Message): loozermarsnoord.nl | loozermarsnoord.nl
Postman Prevent Message Sender Override (Email|Name): Yes | Yes
Postman Active Transport: Other SMTP (smtp:tls:login://smtp.bhosted.nl:587)
Postman Active Transport Status (Ready|Connected): Yes | Yes
Postman Deliveries (Success|Fail): 5956 | 35
Postman Email Log (Enabled|Limit|Transcript Size): Yes | 600 | 128Regards,
Hans
Hello,
Thanks for your quick reaction.
I don’t know what report I should send you.
The error is in public_html/wp-content/plugins/post-smtp/Postman/Postman-Mail/Zend-1.12.10/Mail.php on line 1250:
/** * Filter of name data * * @param string $name * @return string */ protected function _filterName($name) { $rule = array("\r" => '', "\n" => '', "\t" => '', '"' => "'", '<' => '[', '>' => ']', ); return trim(strtr($name, $rule));
Deprecated: strtr(): Passing null to parameter #1 ($string) of type string is deprecated in………
Despite the error the mail is being send.
In my case null is given. Changing it as follows:
$string = $name ?? '';
return trim(strtr($string, $rule));No error is returned.
Regards,
Hans
- This reply was modified 1 week, 4 days ago by hansbl.
Hi,
Not duplicating the blog and making a new one did the trick.
Thanks for your support.Regards,
HansHi,
Thanks for your reaction.
Initially, we would request you to check if a Post notification campaign is created? (Email Subscribers > Campaign).
Yes.If yes, then we suggest you to confirm that campaign is enabled(status).
Yes.Also, there are chances that the post doesn’t have the required categories selected while publishing it. In that case, we would suggest you to publish the post with the required category and set the campaign.
Post -> No category
Notification -> No categoryAlso, please check if you are receiving the test email or not.
Test email works.Please try again with the above advice and let us know how it works for you.
Again, it doesn’t work.Note: If this is a duplicate or republishing of a previously published blog, please let us know.
Yes, this is a duplicate of a previously published blog.Thanks in advance for your reaction.
Regards,
HansGreat, but that doesn’t help me. I am not using the PRO plan.
Take in consideration that it is not allowed under GDPR.Regards,
HansThat would be nice, because I think it is not allowed under our pricavy rules.
Problem solved after update. Thanks.
Great, I’ll let you know.
After updating to WordPress 5.5 the problem is gone.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Auto-updates disabledHello,
I have the same problem: Auto update cannot be enabled.
I have deactivated and removed the plugin that managed my updates.
The problem persits.Thanks for your reaction.
Regards,
HansHello,
At second thoughts the solution in my previous message doesn’t work.
I am sorry.
I am still lokking for a way to get my problem solvend.
Thanks in advance for your reaction.Regards,
HansHi Malay,
My issue can be solved by adding:
$content = apply_filters( 'ig_es_change_content', $content, $contact_id);
on line 589 in class-es-mailer.php
I hope you can/will fix this.
Thanks in advance for your cooperation.Regards,
HansHi Malay,
Thanks for your reaction.
I am storing the individual email in a database myself by using the add_action ‘ig_es_before_message_send’.
I want to provide a weblink for contacts who can’t or will not show images in their mail client. My notificatio mail is in html and the link to the new post is an image with the {{POSTLINK-ONLY}}.Hope you can help.
Thanks in advance for your answer.
Regards,
HansHi,
I see you have disabled it in the latest version.
Can you tell me what the use and meaning is of this pre header thing?Thanks in advance for your answer.
Regards,
HansHi,
Thanks for your quick answer.
I am using Microsoft Outlook and my WordPress version is 5.3
I temporarely remove lines 242, 243 and 244 from class-es-handle-post-notification.phpRegards,
Hans