Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.17 KB

File metadata and controls

13 lines (10 loc) · 1.17 KB

MailOrderDetail

Properties

Name Type Description Notes
id int The unique numeric ID of the mail order. Used as the `id` parameter on sending calls, log queries, and stats queries.
status string The current order status. Only `active` orders can be used for sending. `canceled` orders are retained for history but cannot send.
username string The SMTP AUTH username for this order, always in the format `mb<id>`. Use together with the password from `GET /mail/{id}` to authenticate directly against `relay.mailbaby.net:25` if needed.
password string The current SMTP AUTH password for this mail order. Use with the `username` field to authenticate against `relay.mailbaby.net:25`.
comment string Optional human-readable note associated with the order. Only present in the response when the order has a non-empty comment. [optional]

[Back to Model list] [Back to API list] [Back to README]