Wasm Directoryalpha
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

NameTypeDescription
addressoption​<string>
address2option​<string>
cityoption​<string>
countryoption​<string>
from-emailstring
from-nameoption​<string>
nicknamestring
reply-tostring
reply-to-nameoption​<string>
stateoption​<string>
zipoption​<string>