Switch contact form to self-hosted SMTP via nodemailer, remove formsubmit.co

This commit is contained in:
nmemmert
2026-04-09 14:38:28 -04:00
parent e93840c25f
commit 4b01d01133
6 changed files with 194 additions and 20 deletions
+14
View File
@@ -572,6 +572,20 @@
margin-top: 0.25rem;
}
.contact-form .btn-primary:disabled {
opacity: 0.55;
cursor: not-allowed;
transform: none;
}
.contact-error {
font-family: 'Barlow Condensed', sans-serif;
font-size: 0.95rem;
color: #e05c5c;
margin: 0;
padding: 0;
}
.contact-honeypot {
position: absolute;
left: -9999px;