Switch order/verification email From to sellerEmail's domain, honor emailFromName/emailFromAddress override

Mirrors the backend's sellerInfo.ts buildFromHeader() change — SMTP
account moved to admin@einfach-produktiv.com, so From can finally point
at sellerEmail itself instead of the fixed admin@mk360.de placeholder.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Marco
2026-07-29 22:22:23 +00:00
parent fb1bedcacd
commit 22fef4fe49
4 changed files with 22 additions and 10 deletions
+2
View File
@@ -21,6 +21,8 @@ const FALLBACK: CompanySettings = {
sellerCity: "",
sellerCountry: "",
sellerEmail: "",
emailFromName: null,
emailFromAddress: null,
vatId: "",
taxRatePercent: 19,
kleinunternehmer: false,