Skip to content

Commit 7310630

Browse files
committed
Include contributing events URL in alert notifications
1 parent e3a0aa2 commit 7310630

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

harness/Seq.Mail.TestHarness/Seq.Mail.TestHarness.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net6.0</TargetFramework>
5+
<TargetFramework>net10.0</TargetFramework>
66
<ImplicitUsings>enable</ImplicitUsings>
77
<CheckEolTargetFramework>false</CheckEolTargetFramework>
88
</PropertyGroup>

src/Seq.Mail/Resources/DefaultHtmlBodyTemplate.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@
8686
{#end}
8787
{#end}
8888
</table>
89+
{#if Source.ContributingEventsUrl is not null}
90+
<div style="font-size:12px;margin-top:10px;">
91+
<a href="{Source.ContributingEventsUrl}" style="color:#356dba;text-decoration:none;border-bottom:2px solid;">Explore contributing events in Seq</a>
92+
</div>
93+
{#end}
8994
</div>
9095
{#end}
9196
{#if Failures is not null}

0 commit comments

Comments
 (0)