mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-22 23:23:54 +08:00
Change open tracking pixels to report as Sent from Mailspring
This commit is contained in:
parent
420ce003b5
commit
66afdb080b
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ export default class OpenTrackingComposerExtension extends ComposerExtension {
|
|||
const imgFragment = document
|
||||
.createRange()
|
||||
.createContextualFragment(
|
||||
`<img class="mailspring-open" alt="Open Tracking" width="0" height="0" style="border:0; width:0; height:0;" src="${serverUrl}">`
|
||||
`<img class="mailspring-open" alt="Sent from Mailspring" width="0" height="0" style="border:0; width:0; height:0;" src="${serverUrl}">`
|
||||
);
|
||||
const beforeEl = draftBodyRootNode.querySelector('.gmail_quote');
|
||||
if (beforeEl) {
|
||||
|
|
Loading…
Reference in a new issue