m
Move page script moved page API SendMail to WoW:API SendMail without leaving a redirect
No edit summary |
m (Move page script moved page API SendMail to WoW:API SendMail without leaving a redirect) |
||
| (One intermediate revision by one other user not shown) | |||
| 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. | |||