Send Email

Send an email.

denisovav 97f2b8c 390 B Updated

File contents

Send email

Instructions

Call the run_intent tool with the following exact parameters:

  • intent: send_email
  • parameters: A JSON string with the following fields:
    • extra_email: the email address to send the email to. String.
    • extra_subject: the subject of the email. String.
    • extra_text: the body of the email. String.

denisovav/flutter_gemma/tree/main/packages/flutter_gemma_agent/assets/skills/send-email commit 97f2b8cec9

Frequently asked questions

npx skillmds@latest add denisovav/send-email