mgd_create_mail

Name

mgd_create_mail -- Send a mail message

Synopsis

mgd_create_mail(string from, string to, string subject, string message);

Description

Minimum version: Midgard 1.2.5 (Mad King)

Will send a mail message containing message with subject subject to to. The message will appear to be coming from from.

Returns true if successfull. Returns false on failure.