sendTestEmail
Operator only (is_operator). Sends a plain test message to one address and returns the SES message id. SIDE EFFECTS: a real outbound email billed to the shared SES identity, and a send row in email_events. Prefer the AWS mailbox simulator (success@ / bounce@ / complaint@simulator.amazonses.com), which exercises the whole path without touching a real inbox or a real reputation. sent: true with simulated: true means SEND_EMAILS is off and nothing left the building -- read both fields.
sendTestEmail(
to: String!
subject: String
): SendTestEmailResult!
Arguments
sendTestEmail.to ● String! non-null scalar
Recipient. The mailbox simulator is preferred.
sendTestEmail.subject ● String scalar
Optional subject; a dated default is used when omitted.
Type
SendTestEmailResult object
Result of an operator test send.