android-email

Send emails via Android intents or direct SMTP protocols.

Updated Mar 2, 2026
One-click install
npx skills add https://github.com/myaiartist360-maker/mobot --skill android-email
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: android-email
Source: https://github.com/myaiartist360-maker/mobot/tree/main/mobot/skills/android-email
Command: npx skills add https://github.com/myaiartist360-maker/mobot --skill android-email

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the friction of manually switching between apps to send emails by providing direct, intent-based, or automated SMTP-based email dispatching from within the MOBOT environment.

Core Features & Use Cases

  • Android Intent Integration: Triggers the native email compose screen on your device with pre-filled recipients, subjects, and body text.
  • Direct SMTP Dispatch: Enables background email sending via Termux or configured SMTP channels without requiring user UI interaction.
  • Use Case: You can command the assistant to send a status update email to your team while you are busy with other tasks, or trigger a pre-filled email draft to a client directly from your phone's default mail client.

Quick Start

Ask the assistant to send an email to [email protected] with the subject Project Update and the body The report is attached.

Frequently Asked Questions about android-email

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I send an email from an Android device using SMTP?

You can send an email using direct SMTP dispatch by providing valid SMTP credentials for background programmatic transmission. This method bypasses the native Android UI, allowing automated message sending via configured channels like Termux.

Can I pre-fill an Android email intent with recipients and subject?

Yes, Android intent integration triggers the native email compose screen with pre-filled recipients, subjects, and body text. This requires an active Android email client installed on your device to handle the interactive UI-based composition.

Do I need an active email client to send messages through Android intents?

Yes, intent-based email dispatch requires an active Android email client configured on your device to open the composition screen. Alternatively, you can use direct SMTP protocols for background sending if you lack a dedicated mail client.

What is the best way to automate background email dispatch on Android?

The best way to automate background email dispatch on Android is using direct SMTP protocols via Termux or configured channels. This method allows programmatic messaging without user UI interaction, requiring only valid SMTP credentials.

Does SMTP email automation work without opening the Android mail app?

Yes, direct SMTP dispatch enables background email sending without opening the Android mail app or requiring user UI interaction. You need valid SMTP credentials to execute programmatic messaging directly from the mobile environment.