Description

bool send(string $data = null)

Sends an email, return true on success.

Parameters

string $data = null
The e-mail body to be sent to the SMTP host.

Return values

bool

Comment