ReferenceAsk
Remy Reference/agent/email.suppress
?

email.suppress

Add an address to your app's unsubscribe list. Idempotent.
email.suppress(email) { ok }

Add an address to your app’s unsubscribe list. Idempotent, so re-adding is harmless.

Parameters
email
string
RequiredThe address to suppress.
Call from a method
await email.suppress('user@example.com');