email ( target subject text -- assoc )
MediaWiki API

Prev:move-page ( from to reason params -- assoc )


Vocabulary
mediawiki.api

Inputs
targeta username
subjecta subject line
texta message body


Outputs
assoca parsed JSON result


Word description
Sends an email to target.

Definition

:: email ( target subject text -- assoc )
{
{ "action" "emailuser" }
{ "target" target }
{ "subject" subject }
{ "text" text }
} token-call ;