sst / ion

❍ — a new engine for SST
https://ion.sst.dev
MIT License
1.11k stars 131 forks source link

Email Enhancement: Expose DMARC Policy on Email Component #345

Closed san4d closed 2 months ago

san4d commented 2 months ago

In the process of trying the Email component, I ran into an issue while verifying a domain because I already had a DMARC record on that domain. In order to migrate over to the SST component, I need to be able to set my own policy.

This change adds an optional input to EmailArgs that sets the provided policy, keeping the existing default of v=DMARC1; p=none;.

fwang commented 2 months ago

Thanks @san4d