Send MIME message
documentedSubmit a prebuilt MIME message for delivery to the specified domain.
POST /v3/{domain_name}/messages.mimeMessagesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.mailgun.net/v3/{{$domain_name}}/messages.mime" \
-X POST \
-u "api:{{MAILGUN_API_KEY}}" \
-H "Accept: application/json" \
-F "to={{$to}}" \
-F "message={{$mime_message}}"