Merge pull request #3 from useplunk/2-unsubscribe-action-url-includes-an-extra-https-for-self-hosted-version
Remove duplicate HTTPS in unsubscribe footer
This commit is contained in:
@@ -472,7 +472,7 @@ ${
|
|||||||
<mj-divider border-width="2px" border-color="#f5f5f5"></mj-divider>
|
<mj-divider border-width="2px" border-color="#f5f5f5"></mj-divider>
|
||||||
<mj-text align="center">
|
<mj-text align="center">
|
||||||
<p style="color: #a3a3a3; text-decoration: none; font-size: 12px; line-height: 1.7142857;">
|
<p style="color: #a3a3a3; text-decoration: none; font-size: 12px; line-height: 1.7142857;">
|
||||||
You received this email because you agreed to receive emails from ${project.name}. If you no longer wish to receive emails like this, please <a style="text-decoration: underline" href="https://${APP_URI}/unsubscribe/${contact.id}" target="_blank">update your preferences</a>.
|
You received this email because you agreed to receive emails from ${project.name}. If you no longer wish to receive emails like this, please <a style="text-decoration: underline" href="${APP_URI}/unsubscribe/${contact.id}" target="_blank">update your preferences</a>.
|
||||||
</p>
|
</p>
|
||||||
</mj-text>
|
</mj-text>
|
||||||
`
|
`
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 25 KiB |
@@ -83,7 +83,7 @@ export default function WithProviders(props: AppProps) {
|
|||||||
}
|
}
|
||||||
title={"Plunk Dashboard | The Open-Source Email Platform for AWS"}
|
title={"Plunk Dashboard | The Open-Source Email Platform for AWS"}
|
||||||
description={
|
description={
|
||||||
"Plunk is the open-source, developer-friendly email platform for AWS that brings together marketing, transactional and broadcast emails into one single, complete solution"
|
"Plunk is the open-source, affordable email platform for AWS that brings together marketing, transactional and broadcast emails into one single, complete solution"
|
||||||
}
|
}
|
||||||
twitter={{
|
twitter={{
|
||||||
cardType: "summary_large_image",
|
cardType: "summary_large_image",
|
||||||
|
|||||||
Reference in New Issue
Block a user