-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
When using emailsPost with an tag, the url gets overriden with an elastic email tracking link, even though I specified TrackClicks as false.
How can I disable this?
Also, how to remove the ReplyTo email?
This is my EmailMessageData:
Recipients: [
{
Email: emailAddress,
}
],
Content: {
Body: [
{
ContentType: "HTML",
Charset: "utf-8",
Content: "Follow this " + "<a href='" + link + "'>link</a>" + " to sign in.",
},
{
ContentType: "PlainText",
Charset: "utf-8",
Content: "Follow this link to sign in: " + link,
}
],
From: "UA Remote CTRL <[email protected]",
Subject: "Sign in requested",
ReplyTo: "",
},
Options: {
TrackClicks: false,
TrackOpens: false
}
}
Metadata
Metadata
Assignees
Labels
No labels