diff --git a/api/ApplyTrack.Api/ApplyTrack.Api.csproj b/api/ApplyTrack.Api/ApplyTrack.Api.csproj
index 8e6fc8b..127b298 100644
--- a/api/ApplyTrack.Api/ApplyTrack.Api.csproj
+++ b/api/ApplyTrack.Api/ApplyTrack.Api.csproj
@@ -5,7 +5,7 @@
enableenableApplyTrack.Api
- 1.7.4
+ 1.7.5Aaron K. ClarkCopyright 2026 Aaron K. ClarkApache-2.0
diff --git a/api/ApplyTrack.Api/Auth/SmtpEmailSender.cs b/api/ApplyTrack.Api/Auth/SmtpEmailSender.cs
index fd8902a..d454ac3 100644
--- a/api/ApplyTrack.Api/Auth/SmtpEmailSender.cs
+++ b/api/ApplyTrack.Api/Auth/SmtpEmailSender.cs
@@ -34,7 +34,8 @@ public async Task SendMagicLinkAsync(string email, string link)
TextBody =
$"Sign in to OSApplyTrack:\n\n{link}\n\n"
+ "This link is single-use and expires in 15 minutes. "
- + "If you didn't request it, you can ignore this email.",
+ + "If you didn't request it, you can ignore this email.\n\n"
+ + "Open source: https://github.com/CryptoJones/OSApplyTrack",
// A LIGHT layout with cyberdeck branding (the cyan applytrack wordmark on a
// near-black header band). This is deliberate, not a fallback: a forced-dark
// background does not survive — iOS/Apple Mail and Gmail auto-INVERT a
@@ -68,6 +69,7 @@ public async Task SendMagicLinkAsync(string email, string link)
If you didn't request this, you can safely ignore this email.