Skip to content

Commit

Permalink
Merge pull request #2781 from simlu/dev
Browse files Browse the repository at this point in the history
fix: no longer doing email link tracking
  • Loading branch information
simlu authored Jun 12, 2024
2 parents 530acf8 + a109fff commit 8af6ab2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions src/logic/logger/message/email.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ export default ({ logEvent }) => {
subject,
content: [{ type: 'text/plain', value: body }],
tracking_settings: {
enabled: false,
enable_text: false
click_tracking: {
enable: false
}
}
}
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@
}
],
"tracking_settings": {
"enabled": false,
"enable_text": false
"click_tracking": {
"enable": false
}
}
},
"status": 202,
Expand Down

0 comments on commit 8af6ab2

Please sign in to comment.