Email Yourself on iPhone:
5 Shortcuts + Show Compose Sheet
Build a text memo, voice transcription, screenshot capture, daily journal, or arrival prompt that sends to your own inbox. Start with a preview so you can check the recipient and content.
What does “Show Compose Sheet” do in Shortcuts?
In Apple Mail’s Send Email action, Show Compose Sheet displays the message for review before you tap Send. Expand the action’s options to find it. Turning it off requests sending without that compose preview; permissions, account setup, a locked device, or the automation’s own confirmation setting may still interrupt the run.
Keep it on for the first test. Check the sender, your recipient address, the subject, and the body. After sending one harmless test note, check the destination inbox. A shortcut finishing is not proof that an email arrived. If you later disable the preview, test again from the way you intend to launch it.
Apple explains that some actions need to open the Shortcuts app, and that trigger confirmation and individual action settings are separate. Disabling one setting does not guarantee an unattended workflow.
Before you start
Open Apple Mail and confirm that a sending account is configured and working. Knowing your destination Gmail or Outlook address is not enough: the Send Email action used here belongs to Apple Mail. Use your own address as the recipient.
In Shortcuts, create a new shortcut with the + button, give it a name, and search for actions to add in order. Apple’s custom shortcut guide covers creating and testing a shortcut. The examples below use a fixed subject to keep the initial setup simple. You can add a Date and Format Date action later.
For a note you cannot afford to lose, save a copy before the email action. For example, insert Apple Notes’ Create Note action and pass it the same text. Confirm that the saved note opens before relying on this extra step. These recipes do not include a custom retry queue.
When an inbox is a useful destination
Email-to-self makes sense if reviewing your inbox is already part of your day. A predictable subject such as “Memo” can make captured thoughts easier to find. For a knowledge library, you may prefer Apple Notes, Notion, or Obsidian as the place where the information is organized. Choose the destination you actually revisit.
Recipe 1: Text memo to email
- Create a shortcut named “Email a Memo”. Add Ask for Input, set the input type to Text, and use “What do you want to remember?” as the prompt.
- Add Apple Mail’s Send Email action below it. Put your own address in Recipients and “Memo” in Subject.
- Set the message body to the output of Ask for Input using the variable picker. Do not type the words “Provided Input” as literal message text.
- Expand Send Email and leave Show Compose Sheet on. Run the shortcut, enter a short test note, and check the draft before sending. Confirm receipt in your inbox.
- Once it works, use the shortcut’s menu to add it to the Home Screen if you want a convenient launcher. Launching with one tap still leaves the text-entry and any confirmation steps.
Apple’s Ask for Input guide explains how the action passes the entered value to the next action.
Recipe 2: Voice transcription to email
- Duplicate the text recipe and name it “Email a Voice Note”. Replace Ask for Input with Dictate Text.
- Select the language and a stopping option offered on your device. Grant the microphone or speech permissions the action requests.
- In Send Email, replace the old body variable with the output of Dictate Text. Use “Voice memo” as the subject and keep the compose preview on.
- Run it while stationary, speak a short sentence, and review the transcription before sending. Names, numbers, and punctuation may need correction.
This recipe sends a transcript, not an audio recording. Do not assume it works offline on a particular iPhone generation: Apple says Dictation availability and features vary by language and region. That general Dictation guidance is not a test of the Shortcuts action in every configuration. Email delivery also needs connectivity.
Recipe 3: Screenshot text to email
- Create a shortcut with Select Photos. Select a single screenshot when it runs so you know which image will be processed.
- Add Extract Text from Image and pass it the selected photo. Search for that action on your device; availability and recognized languages depend on the installed system.
- Add Send Email. Use your own recipient address, “Screenshot text” as the subject, and the output of Extract Text from Image as the body.
- Keep Show Compose Sheet on. Select a screenshot containing a few clear lines, then compare the draft against the image before sending. Cancel and correct the source if the extracted text is empty or inaccurate.
The screenshot is not attached in this recipe; only extracted text is passed to Mail. Choosing the image explicitly also avoids accidentally using an unrelated “latest screenshot”. If the extraction action is unavailable, copy text from the image using the features your device supports and use Recipe 1.
Recipe 4: Daily journal prompt
- Duplicate Recipe 1. Change its input prompt to “What is one thing you want to remember about today?” and its subject to “Journal”.
- Test the shortcut manually before adding a schedule.
- Open Automation in Shortcuts and create a Time of Day automation. Choose your time and repeat days, then select your journal shortcut or add Run Shortcut to call it.
- Choose the option that asks you to run the automation when offered. On versions with Run After Confirmation, use that setting; other versions expose Ask Before Running. Leave the email preview on.
- At the next scheduled time, respond to the notification, write the entry, and send after review. Verify the email before treating the schedule as working.
Apple documents the schedule options under event triggers. A scheduled trigger does not write the journal entry for you: Ask for Input still requires your response.
Recipe 5: Arrival prompt
- Duplicate Recipe 1. Use “What should I remember here?” as the prompt and a fixed subject such as “Office memo”. Test it manually.
- Create an automation with the Arrive trigger. Choose the location and adjust its boundary on the map.
- Select the shortcut or add Run Shortcut to call it. Keep trigger confirmation enabled when offered, along with the email preview.
- Check the prompt on a real arrival, when you are stopped and ready to write. Confirm that the resulting message reaches your inbox.
Apple’s travel trigger guide describes location boundaries and time ranges. This recipe uses location to trigger a prompt; it does not add your GPS coordinates to the email. Location timing can vary, so use a time-based or manual shortcut if the arrival prompt is unreliable.
Choosing a capture destination
DIY Shortcuts suit a workflow you want to customize and maintain. Keep the first successful version simple before adding triggers or hiding previews.
Simple Memo is another way to capture text on iPhone into a configured email inbox, with an optional Obsidian integration. Its free tier permits 3 sends per day. Pending sends are held in the on-device Outbox; actual mail delivery waits for connectivity and a successful send. Check pending and failed items instead of assuming that saving a memo proves delivery.
The Outbox and send history use on-device encryption, while email passes through delivery infrastructure. This is not end-to-end encrypted email; see the privacy policy. These are workflow differences, not a measured speed ranking of Simple Memo and Shortcuts.
If the email does not arrive
- First isolate Mail: send a short message manually from the same configured account. If that fails, resolve the account or connection issue first.
- Inspect the action: turn Show Compose Sheet on and verify the sender, recipient, and actual output variable. An empty or literal variable name in the body points to an input connection problem.
- Separate the trigger from the recipe: run the shortcut from the Shortcuts app. If it works there, inspect the automation’s enabled state and confirmation settings.
- Check delivery before retrying: inspect the recipient inbox and spam folder, as well as Mail’s Sent and Outbox where available. A sent item records submission; the destination inbox confirms arrival. Avoid resending a note repeatedly while its state is uncertain.
- Keep unsent text: copy it or save it to a note before closing an error. Mail’s offline handling depends on the account and action; these recipes do not implement their own persistent retry logic.
- Recheck after changes: account, permission, or iOS changes can affect an existing shortcut. Repeat the short test from your normal launch method.