fix(worker): restore original Ravis de vous revoir email template #9

Merged
serge merged 1 commits from fix/welcome-back-restore-original-template into main 2026-05-07 17:07:37 +03:00

1 Commits

Author SHA1 Message Date
Serge RAKOTO HARRY-NAIVO
210f4057ee fix(worker): restore original 'Ravis de vous revoir' email template
Serge flagged that PR #8's welcome-back template lost strategic
content (= the Paris depot address reminder, the IMPORTANT warning
against modifying it, and the 'Ravis de vous revoir' tone) by
substituting a more generic 'Vous \xc3\xaates d\xc3\xa9j\xc3\xa0 inscrit' template.

Restores the EXACT original EmailJS-era template now delivered
through Resend, with three minimal adaptations:
- Footer: '(c) 2025' \xe2\x86\x92 '(c) 2026'
- Logo URL: github.io \xe2\x86\x92 SITE_URL (= mva-globalfret.com)
- Paris address: now dynamic via PARIS_DEPOT_ADDRESS secret + {{ref}}
  placeholder substitution (= each client sees their own MVA-XXX)
- Removed obsolete 'Email sent via EmailJS.com' tag (= now Resend)

Subject also reverted: 'Ravis de vous revoir, [firstname] !' instead
of the previously generic 'Vous \xc3\xaates d\xc3\xa9j\xc3\xa0 inscrit'.

Refs: post-cutover polish, fixes Issue 1.5 from Serge's E2E retest.
2026-05-07 16:07:03 +02:00