Solved on the forum

How do you open a pre-addressed support email from Adalo?

Use a mailto link action to open the user’s native email app with your support address, subject, and optional message body prefilled.

Documented from current sourcesBeginnerReviewed Aug 16, 2026
THE SHORT ANSWER 🎯

Use a Link action to a Website URL beginning with mailto:, followed by the support address. Add URL-encoded subject and body parameters when you want the native email draft prefilled.

Use mailto when the user should send support mail from their own email account. Keep the action simple, encode optional fields, and test the result on actual target devices.

Completeness82%
Index decisionIndex now
Evidence basisAccepted forum solution or release plus current official Adalo documentation; no hands-on builder reproduction
WHAT YOU’LL HAVE 🎯

The intended outcome

Tapping Support opens the device’s email client with the recipient already filled in.

BEFORE YOU START 🧰

Requirements

  • A support email address
  • A button or other tappable component
  • A device with an email client configured
BUILD IT 🛠️

Step by step

  1. 01

    Add a Link action

    Select the support button, add a Link action, and choose Website as the destination type.

  2. 02

    Enter the mailto URL

    Use mailto:support@example.com as the URL, replacing the address with the app’s support mailbox.

  3. 03

    Prefill optional fields

    Append ?subject= followed by an encoded subject and &body= followed by an encoded message body.

  4. 04

    Test on real devices

    Verify the link on iOS, Android, and web targets because available email clients differ.

WHY IT WORKS 🧠

The underlying logic

The mailto URL delegates message composition and sending to the user’s configured email client.

The app can prefill fields but cannot guarantee which client opens or that the user sends the draft.

EVIDENCE CONTEXT 🔎

What still needs checking?

  • This is a forum-native answer with no original Adalocado video.
  • Current Adalo documentation still prescribes a Website Link action with a mailto URL.
IF IT DOESN’T WORK 🧯

Common failure modes

Nothing opens

Confirm the device has an email client configured and test a simple mailto address before adding parameters.

The subject or body is cut off

URL-encode spaces, ampersands, question marks, line breaks, and other reserved characters.

BEFORE YOU MOVE ON ✅

Testing checklist

0 of 6 checked on this device

BOUNDARIES 🚧

Current limitations

  • The user must review and send the email in their native client.
  • mailto behavior depends on the device, browser, and configured email applications.

Current evidence screenshots have not yet been added. Treat the guidance as documented or legacy material according to the status shown above.

BUILDER REPORTS 🗣️

What the Adalo community is reporting

These are concise editorial summaries of public forum posts—not endorsements or independently reproduced results.

Customer Support Email

Use a mailto URL to open the user’s email client.

Boundary: The forum answer points outside Adalo for advanced subject and body syntax.

Victor (accepted answer) · April 2025
VERSION NOTES 📝

Sources and status

This page was last reviewed on Aug 16, 2026. Its current status is Documented from current sources.

Verification owner: Automatically organized from an accepted forum answer; monitored for corrections. Next review: Oct 16, 2026.

VERSION HISTORY 🕰️

Changelog

  1. Automatically posted from a solved Adalo forum topic; corrections are monitored on the live site.

SPOT SOMETHING FUNNY? 🕵️

Report this answer.

Forum answers post automatically. If a step is wrong, outdated, unclear, or missing an important boundary, send the exact correction and the editor will check the live page.

Report a problem
MONTHLY APP MANAGEMENT · BY REHOST

Rehost becomes the monthly team behind your app. Fixes, releases, integrations, and ongoing changes have an owner.

See monthly management
FixesHandled
ReleasesHandled
Next changesHandled
YOUR PROBLEM IS DIFFERENT? 🤔

Bring us the messy version.

Describe what you expected, what happened instead, and what you already tried.

Ask Adalocado 💬