Updated starter email flows
- Wired the starter auth and form emails through the Postmark-backed delivery setup.
- Set the shared forms sender email option to
noreply@circea.co. - Used
#blog_nameas the sender name in the WS Form email actions. - Used the options-driven
from_emailandto_emailplaceholders in the contact and registration notification flows. - Used the submitter email as the reply-to value for the contact and registration notification flows.
- Sent password-reset mail to
#user_emailand used the formsto_emailoption as the reply-to value. - Included public sender details where safe to expose and kept server tokens, passwords, and similar secrets redacted.
- Left the baseline ready for contact, registration, and password-recovery emails to send without additional structural setup.