\MAIL

MAIL

Common email functions. Updated 2016 to use PhpMailer classes

Summary

Methods
Properties
Constants
__construct()
sendEmail()
scriptPath()
__destruct()
$TransactionLog
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$TransactionLog

$TransactionLog : 

string

Type

Methods

__construct()

__construct() : 

MAIL

Returns

sendEmail()

sendEmail(  addresses,   subject,   message,   DebugMode = FALSE) : 

Send an email

Parameters

addresses

Either array of addresses or a single address (which might be ,|; delimited string of addresses)

subject

the email subject

message

the email message

DebugMode

enable the interception of the SMTP transaction log. Default is FALSE

Returns

(TRUE on success, FALSE on failure)

scriptPath()

scriptPath() : 

Get scriptPath

Returns

__destruct()

__destruct() : 

Destructor

Returns