Zymba Documentation
Mail.SimpleMessage
object @Mail.SimpleMessage(@Mail.Message) {
construct() {}
getBody(): string {}
getBodyRaw(): string {}
getCharset(): string {}
isText(): bool {}
setBody(string $body, ?string $encoding): $this {}
setBodyRaw(string $body): $this {}
setCharset(string $charset): $this {}
setText(string $text, ?string $charset): $this {}
}
Simple mail message prototype.