Record
post-verified-senders-params
No description available.
record post-verified-senders-params {
address: option<string>,
address2: option<string>,
city: option<string>,
country: option<string>,
from-email: string,
from-name: option<string>,
nickname: string,
reply-to: string,
reply-to-name: option<string>,
state: option<string>,
zip: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| address | option<string> | |
| address2 | option<string> | |
| city | option<string> | |
| country | option<string> | |
| from-email | string | |
| from-name | option<string> | |
| nickname | string | |
| reply-to | string | |
| reply-to-name | option<string> | |
| state | option<string> | |
| zip | option<string> |