WoW:API SendMail: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
SendMail("target", "subject", "body");
Sends in-game mail to player named "target" with subject "subject" and mail body "mail"
{{Template:WoW API}}
{{Template:WoW API}}

Revision as of 01:20, 26 April 2006

SendMail("target", "subject", "body");

Sends in-game mail to player named "target" with subject "subject" and mail body "mail"

Template:WoW API