Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1009 Bytes

File metadata and controls

12 lines (9 loc) · 1009 Bytes

MailOrder

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.
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]