mailchannels-sdk 1.5.0 → 1.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -88,9 +88,10 @@ If your lockdown record uses `auth=` (account-wide authorization), omit `senderI
88
88
 
89
89
  ## With A Different Envelope-From Domain
90
90
 
91
- If the envelope-from domain used during delivery differs from the domain you are
92
- checking, provide it with `envelopeFromDomain` so SPF is evaluated against the
93
- correct domain:
91
+ If the envelope-from domain differs from the domain you pass as `domain`, provide
92
+ it as `envelopeFromDomain` so SPF and Domain Lockdown are evaluated against the
93
+ correct domain — otherwise SPF or Domain Lockdown failures may cause message delivery
94
+ to fail.
94
95
 
95
96
  ```ts
96
97
  const { data, error } = await mc.domains.check('example.com', {