Skip to content

Commit 93cfea5

Browse files
author
Manokaran Majushan
committed
MailTracker updated
1 parent 97bd357 commit 93cfea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MailTracker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ protected function addTrackers($html, $hash)
6464
protected function injectTrackingPixel($html, $hash)
6565
{
6666
// Append the tracking url
67-
$tracking_pixel = '<img alt="##- Please type your reply above this line -##" src="'.route('mailTracker_t',[$hash]).'"/>';
67+
$tracking_pixel = '<img class="_##_Please_type_your_reply_above_this_line_##_" src="'.route('mailTracker_t',[$hash]).'"/>';
6868

6969
$linebreak = str_random(32);
7070
$html = str_replace("\n",$linebreak,$html);

0 commit comments

Comments
 (0)