Skip to content

Commit 2fb7b83

Browse files
committed
1 parent b02e76f commit 2fb7b83

File tree

1 file changed

+29
-4
lines changed

1 file changed

+29
-4
lines changed

source/index.mts

+29-4
Original file line numberDiff line numberDiff line change
@@ -690,8 +690,17 @@ application.server?.push({
690690
<a href="https://leafac.com">By Leandro Facchinetti</a> |
691691
<a href="https://github.com/leafac/kill-the-newsletter">Source</a
692692
> |
693-
<a href="mailto:[email protected]">Report Issue</a> |
694-
<a href="https://patreon.com/leafac">Patreon</a> ·
693+
<a
694+
href="mailto:[email protected]?${new URLSearchParams(
695+
{
696+
subject: "Report issue",
697+
body: "Please describe the circumstances under which you reached the issue, including any information that may be relevant, for example, browser version, operating system version, and so forth:",
698+
},
699+
)
700+
.toString()
701+
.replaceAll("+", "%20")}"
702+
>Report Issue</a
703+
> | <a href="https://patreon.com/leafac">Patreon</a> ·
695704
<a href="https://paypal.me/LeandroFacchinettiEU">PayPal</a> ·
696705
<a href="https://github.com/sponsors/leafac">GitHub Sponsors</a>
697706
</small>
@@ -769,7 +778,15 @@ application.server?.push({
769778
Newsletter! feed and wait a few minutes. If the email shows up on
770779
your feed reader, then the issue must be with the newsletter
771780
publisher and you should contact them. Otherwise, please
772-
<a href="mailto:[email protected]"
781+
<a
782+
href="mailto:[email protected]?${new URLSearchParams(
783+
{
784+
subject: "Feed isn’t updating",
785+
body: "Have you tried sending an email to the address that corresponds to your Kill the Newsletter! feed and waited a few minutes then checked your feed reader? If the email showed up, then the issue is somewhere else (for example, email forwarding filters) and you don’t need to report this issue to Kill the Newsletter! If the email didn’t show up, then please report the issue, preferably including the address to the inbox in question:",
786+
},
787+
)
788+
.toString()
789+
.replaceAll("+", "%20")}"
773790
>report the issue to us</a
774791
>.
775792
</p>
@@ -1536,7 +1553,15 @@ application.server?.push({
15361553
<h2>Server error.</h2>
15371554
<p>
15381555
Please report this issue to
1539-
<a href="mailto:[email protected]"
1556+
<a
1557+
href="mailto:[email protected]?${new URLSearchParams(
1558+
{
1559+
subject: "Report issue",
1560+
body: "Please describe the circumstances under which you reached the issue, including any information that may be relevant, for example, browser version, operating system version, and so forth:",
1561+
},
1562+
)
1563+
.toString()
1564+
.replaceAll("+", "%20")}"
15401565
15411566
>.
15421567
</p>

0 commit comments

Comments
 (0)