\ConfigEmail

Summary

Methods
Properties
Constants
No public methods found
$fromEmail
$fromName
$userAgent
$protocol
$mailPath
$SMTPHost
$SMTPUser
$SMTPPass
$SMTPPort
$SMTPTimeout
$SMTPKeepAlive
$SMTPCrypto
$wordWrap
$wrapChars
$mailType
$charset
$validate
$priority
$CRLF
$newline
$BCCBatchMode
$BCCBatchSize
$DSN
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$fromEmail

$fromEmail : string

Type

string

$fromName

$fromName : string

Type

string

$userAgent

$userAgent : string

The "user agent"

Type

string

$protocol

$protocol : string

The mail sending protocol: mail, sendmail, smtp

Type

string

$mailPath

$mailPath : string

The server path to Sendmail.

Type

string

$SMTPHost

$SMTPHost : string

SMTP Server Address

Type

string

$SMTPUser

$SMTPUser : string

SMTP Username

Type

string

$SMTPPass

$SMTPPass : string

SMTP Password

Type

string

$SMTPPort

$SMTPPort : integer

SMTP Port

Type

integer

$SMTPTimeout

$SMTPTimeout : integer

SMTP Timeout (in seconds)

Type

integer

$SMTPKeepAlive

$SMTPKeepAlive : boolean

Enable persistent SMTP connections

Type

boolean

$SMTPCrypto

$SMTPCrypto : string

SMTP Encryption. Either tls or ssl

Type

string

$wordWrap

$wordWrap : boolean

Enable word-wrap

Type

boolean

$wrapChars

$wrapChars : integer

Character count to wrap at

Type

integer

$mailType

$mailType : string

Type of mail, either 'text' or 'html'

Type

string

$charset

$charset : string

Character set (utf-8, iso-8859-1, etc.)

Type

string

$validate

$validate : boolean

Whether to validate the email address

Type

boolean

$priority

$priority : integer

Email Priority. 1 = highest. 5 = lowest. 3 = normal

Type

integer

$CRLF

$CRLF : string

Newline character. (Use “\r\n” to comply with RFC 822)

Type

string

$newline

$newline : string

Newline character. (Use “\r\n” to comply with RFC 822)

Type

string

$BCCBatchMode

$BCCBatchMode : boolean

Enable BCC Batch Mode.

Type

boolean

$BCCBatchSize

$BCCBatchSize : integer

Number of emails in each BCC batch

Type

integer

$DSN

$DSN : boolean

Enable notify message from server

Type

boolean