WoW:API SendMail: Difference between revisions

115 bytes added ,  13 September 2010
no edit summary
No edit summary
No edit summary
Line 23: Line 23:
Assuming a friendly player named Bob exists on your server:
Assuming a friendly player named Bob exists on your server:
  SendMail("Bob", "Hey Bob", "Hows it going, Bob?")
  SendMail("Bob", "Hey Bob", "Hows it going, Bob?")
Note: SendMail("Bob", "", "How it going, Bob?") will not work as the subject is blank. SendMail("Bob", " ") will.
Anonymous user