Tariqa
3.0
|
Public Member Functions | |
__construct ($mailbox) | |
Static Public Member Functions | |
static | quickSend ($from, $to, $subject, $message, $copy_sender=false) |
Data Fields | |
const | EC_SMTP_SERVER = "internal-smtp.cec.eu.int" |
const | EC_SMTP_SERVER_PORT = 25 |
__construct | ( | $ | mailbox | ) |
static quickSend | ( | $ | from, |
$ | to, | ||
$ | subject, | ||
$ | message, | ||
$ | copy_sender = false |
||
) | [static] |
Quickly send a simple e-mail message
string | $from | The originating e-mail address |
string|array | The destinataire addresses | |
string | Subject of the message | |
bool | $copy_sender | Send a copy of the message to the sender |
const EC_SMTP_SERVER = "internal-smtp.cec.eu.int" |
const EC_SMTP_SERVER_PORT = 25 |