Sends the outgoing message. Any money or COD costs and attachments specified for the mail (via SetSendMailMoney()
, SetSendMailCOD()
, and ClickSendMailItemButton()
) are included with the mail (and the values for such are reset for the next outgoing mail).
See also Mail functions.
Signature:
SendMail("recipient",
"subject",
"body")
Arguments:
recipient
- Name of the character to receive the mail (string
)subject
- Subject text of the mail (string
)body
- Body text of the mail (string
)