App Logo
outlook.live.com

Send an Outlook.com email

Send an email from Outlook.com (outlook.live.com) to a recipient, with a subject and body. Confirms the message actually left by finding it in Sent Items, rather than assuming the Send click worked.

Input

to required

Recipient email address, e.g. [email protected]

body optional

Plain text body of the message. Give a subject, a body, or both — a message with neither cannot be identified in Sent Items afterwards, so the send could not be confirmed.

subject optional

Subject line. Give a subject, a body, or both — a message with neither cannot be identified in Sent Items afterwards, so the send could not be confirmed.

sentFolder optional

Name of the sent-mail folder as shown in your folder list, used to confirm the message left. Override this if your mailbox is not in English.

Default: "Sent Items"

Output

to required
sent required

True only when the message was found in Sent Items afterwards. Never inferred from the Send click.

subject required
body optional
sentId optional

Row id of the message in Sent Items.

composed optional

What the composer held just before sending. Separates a fill failure from a send failure.

unsentReason optional
confirmationDialog optional

Whether Outlook asked for confirmation before sending, which it does when the message has no subject. It is confirmed automatically; the message is sent either way.

FAQ

Send an email from Outlook.com (outlook.live.com) to a recipient, with a subject and body. Confirms the message actually left by finding it in Sent Items, rather than assuming the Send click worked.
Required: to. Optional: body, subject, sentFolder.
It returns to, body, sent, sentId, subject, composed, unsentReason, confirmationDialog.
Yes. It acts as you on outlook.live.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the outlook.live.com cookies saved by the Reduck extension.
It makes changes on outlook.live.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/outlook.live.com/send_email, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/outlook.live.com/send_email
It is part of Reduck's official curated catalogue.

Start building not clicking