We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97bd357 commit 93cfea5Copy full SHA for 93cfea5
src/MailTracker.php
@@ -64,7 +64,7 @@ protected function addTrackers($html, $hash)
64
protected function injectTrackingPixel($html, $hash)
65
{
66
// Append the tracking url
67
- $tracking_pixel = '<img alt="##- Please type your reply above this line -##" src="'.route('mailTracker_t',[$hash]).'"/>';
+ $tracking_pixel = '<img class="_##_Please_type_your_reply_above_this_line_##_" src="'.route('mailTracker_t',[$hash]).'"/>';
68
69
$linebreak = str_random(32);
70
$html = str_replace("\n",$linebreak,$html);
0 commit comments