$fromEmail : string
$fromName : string
$userAgent : string
The "user agent"
$protocol : string
The mail sending protocol: mail, sendmail, smtp
$mailPath : string
The server path to Sendmail.
$SMTPHost : string
SMTP Server Address
$SMTPUser : string
SMTP Username
$SMTPPass : string
SMTP Password
$SMTPPort : integer
SMTP Port
$SMTPTimeout : integer
SMTP Timeout (in seconds)
$SMTPKeepAlive : boolean
Enable persistent SMTP connections
$SMTPCrypto : string
SMTP Encryption. Either tls or ssl
$wordWrap : boolean
Enable word-wrap
$wrapChars : integer
Character count to wrap at
$mailType : string
Type of mail, either 'text' or 'html'
$charset : string
Character set (utf-8, iso-8859-1, etc.)
$validate : boolean
Whether to validate the email address
$priority : integer
Email Priority. 1 = highest. 5 = lowest. 3 = normal
$CRLF : string
Newline character. (Use “\r\n” to comply with RFC 822)
$newline : string
$BCCBatchMode : boolean
Enable BCC Batch Mode.
$BCCBatchSize : integer
Number of emails in each BCC batch
$DSN : boolean
Enable notify message from server
Loading…