Tariqa SOAP
 All Data Structures Namespaces Files Functions Variables Enumerations
EC_SMTP Class Reference
Inheritance diagram for EC_SMTP:
mSmtp

Public Member Functions

 __construct ($mailbox)

Static Public Member Functions

static quickSend ($from, $to, $subject, $message, $copy_sender=false)

Data Fields

const EC_SMTP_SERVER = "your-smtp-port"
const EC_SMTP_SERVER_PORT = SMTP_PORT

Constructor & Destructor Documentation

__construct ( mailbox)

Member Function Documentation

static quickSend ( from,
to,
subject,
message,
copy_sender = false 
) [static]

Quickly send a simple e-mail message

Parameters:
string$fromThe originating e-mail address
string|arrayThe destinataire addresses
stringSubject of the message
bool$copy_senderSend a copy of the message to the sender

Field Documentation

const EC_SMTP_SERVER = "your-smtp-port"
const EC_SMTP_SERVER_PORT = SMTP_PORT

The documentation for this class was generated from the following file: