Record
create-sender-signature-params
No description available.
record create-sender-signature-params {
x-postmark-account-token: string,
from-email: option<string>,
name: option<string>,
reply-to-email: option<string>,
return-path-domain: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| x-postmark-account-token | string | |
| from-email | option<string> | |
| name | option<string> | |
| reply-to-email | option<string> | |
| return-path-domain | option<string> |