Hi,
I am using a HTML E-Mail template and also your plugin. Unfortunally, the tracking image adds an ugly vertical whitespace before the mail footer appears. Is it possible to add “display:none” to the following function without breaking things? I realized that the mail looks totally fine after adding the display:none property and mail open logs still seem to work fine…
public function get_track_code( $email_id ) {
return “<img style=’display:none;’ src=\”” . esc_url( get_home_url() . $this->rw_url_email_open . $email_id . ‘/track-log’ ) . “\” alt=\”track\” />”;
}
]]>
Latest version gives wordpress system error that PHP 7 is required and not 5.6 like your specs say.
]]>When this is activated, the HTML is partially stripped. When deactivating the plugin, email is sent as required, with full html.
< > are stripped, leaving things like break tags br/ and not making the email messy.
Hi, br/
br/
We received an enquiry via our site a href=”xxx”xxxcoma/ for you. br/
br/
The enquiry details are:br/
br/
————————————————-br/
Name: Paulbr/
br/
Email Address:?
br/
Contact Number: br/
br/
Enquiry: testbr/
Hello,
by using PHP 8.3 your plugin is filling the debug.log with one PHP Deprecated error:
PHP Deprecated: Creation of dynamic property PrashantWP\Email_Tracker\Core\Admin\Screen_Option_Hooker::$screen_option is deprecated in /home/wp-content/plugins/email-tracker/src/core/admin/class-screen-option-hooker.php on line 24
Please take a look about and check if a code update is needed.
Thank you
I am getting a security warning that my site is at risk due to an outdated version of Freemius being used. Can you update the PRO version so I can reactive the plugin? Any WordPress plugin or theme running a version of Freemius less than 2.4.3 is vulnerable. I love the plugin and use it a lot, but I can’t risk being hacked, so hoping you can fix this quickly.
]]>Hi,
So that took a while to debug, but I was having an issue where my reset password emails were completely stripped of all “<” and “>” symbols which broke all the HTML and made them unreadable. I finally found out that there is a filter in this plugin which specifically strips all “<” and “>” symbols on the lost password message, and what’s more is on PHP_INT_MAX - 20
priority.
In default WP this email is plain text so it doesn’t cause issues, but in my case I’m using BuddyBoss which adds some HTML to this email to give it a better look. And I can imagine there are many other cases where there would be some HTML added to this email to change its content and design.
So I was wondering why this filter was added to the plugin as it seems a little random and there’s no setting or any kind of warning or info about it.
Could this be removed from the plugin, or if it’s actually there for a good reason could it at least be changed to avoid breaking HTML?
Best regards,
]]>Hello,
I have been using your plugin for a long time without any problems.
recently the following records started to appear in the debug.log file.
I wonder what could be the problem, do you have any information?
PHP Deprecated: Creation of dynamic property PrashantWP\Email_Tracker\Core\Admin\Screen_Option_Hooker::$screen_option is deprecated in /var/www/vhosts/sitename.com/httpdocs/wp-content/plugins/email-tracker/src/core/admin/class-screen-option-hooker.php on line 24
]]>File:
wp-content/plugins/email-tracker-premium/vendor/soundasleep/html2text/src/Html2Text.php
line 231
function:
iterateOverNode
static function iterateOverNode($node, $prevName = null, $in_pre = false, $is_office_document = false, $options)
PHP Deprecated: Required parameter $options follows optional parameter $prevName
PHP (debug.log)
it should be:
static function iterateOverNode($node, $prevName = null, $in_pre = false, $is_office_document = false, $options = [])
]]>
Wordfence picked up plugin for Vulnerability
]]>Hello, thank you for this great plugin!
When an email is sent and WP_DEBUG is on, this error appears on the page:
PHP Deprecated: Required parameter $options follows optional parameter $prevName in \wp-content\plugins\email-tracker\vendor\soundasleep\html2text\src\Html2Text.php on line 231
It can be solved very simply by replacing $options
with $options = array()
in that file at line 231.
Can you apply this fix for the next update?
]]>Does it work with PHP 8.1 in the newest version or do I need to update the freemius SDK you are using (see related posts)
]]>Hello
The plugin is great, exactly what I was looking for
I think the plugin has been abandoned and hasn’t been updated for a long time.
It is very sad that no response was given to the comments and questions.
Last night I got a Wordfence scan alert for a site where I use this plugin. It read:
Critical Problems:
* The Plugin “Email Tracker” has a security vulnerability.
I don’t know if this is part a new heuristic parameter they added in the most recent version of Wordfence or an issue they found.
I tried to notify the developer, but it’s not clear if the form on his site works (there was no submission feedback). Firefox also warns that there is an SSL certificate issue with that site, so I hope he’s OK.
This is a great plugin, so fingers crossed the dev will follow up on whatever this is.
]]>Hi,
Can I receice mail notification when mail open by recipient ?
Best regards
]]>How can I associate the email id with the id of a post?
Let me explain: in my project, for each post (cpt) that I create, an email is sent to a particular user. So, each cpt has a metadata with the status of the mail sent (read, unread, etc…).
I would like that when the user opens the mail, the corresponding cpt metadata is also updated, so that in some way I would have to associate the mail with the post.
Is this possible?
Thank you very much!!
The function to “delete after X days” is not working. I have over 300,000 emails and it is taking forever just to delete a few days worth. I have forced the cron job to run multiple times, but it does not delete the emails that are over 30 days old. I am a premium member as well, so the function should work. Please advise as to how to fix this issue. Thanks!
]]>Contact form 7 not sending Attachments with this plug in installed
]]>If I understand correctly, this plugin can be used with woo commerce members and a contact 7 form? So when a student sends a teacher an email I can see on the website if the email has been read or responded to? Is there notification on emails that require responses?
Email addresses are never shared correct?
Is there a way to limit the number of emails allowed per member?
Hi!
Maybe it’s worth thinking to remove the tags and trunks folders from the production version?
This would significantly reduce the size of the plugin and reduce problems during updates.
unable to update Plug In, I keep on getting message saying: internal server error
]]>If the track image doesn’t load the word “track” is displayed in the email. What file is this word in so you can change it to something else?
]]>In prior version 5.2.6 you used to be able to use the SEARCH EMAIL box to search by email subject. In this new version this no longer works anymore it appears the search box is only working on the TO: email addresses.
I rolled back the plugin from 5.2.7 to 5.2.6 and my search functionality for subject returned again so definitely something removed from new version.
Due to lack of any reporting from the plugin i rely heavily on the search by subject function to assess open rates for my emails so am forced to stay with old version.
]]>Plugin shows below notice
“This plugin has been closed as of September 23, 2021 and is not available for download. This closure is temporary, pending a full review.”
Is the plugin entirely abandoned/closed by developer request or is it a security risk?
]]>When i click on UPGRADE i see mention si made of the Personal Success Manager as a feature of the premium plugin but there is absolutely no documentation anywhere of what this feature does?
]]>Would be nice to be able to have summary stats (sent, read, % read) per email subject. This is really crucial. Also there is no function to export all stats to excel?
]]>I can send an email and even before the email arrives if I go to the tracker page it will say 1 time read, and it’s from IP 127.0.0.1. Why does it do this?
]]>After the last update, the message section is empty .
I need these messages, is it possible to retrieve these messages what wordpres sent? it is very important for me.
WordPress goes offline when updating to Email Tracker v5.2.1, had to revert to v5.2.0?
PHP Fatal error occurred: require_once(): Failed opening required ‘/home/xxxxxxxx/public_html/wp-content/plugins/email-tracker/src/integrations/emtr.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/xxxxxxxx/public_html/wp-content/plugins/email-tracker/email-tracker.php on line 44.
]]>I have fixed the issue that email read tracking was not working in the Email Tracker 5.2.0 and decided to give full time to plugins development work.
Please update your plugin and track your emails.
If you have any issues, Please free to open a support ticket. From now, All support tickets will be replied and resolved.
]]>hi anyone knows if developer abandoned this plugin? its been 1 year since last update.Also support problems are not answered
regards
]]>