SMTPConfig
Definição da configuração do SMTP.
getAuthMechanisms
getAuthMechanisms() : string
Description
Returns which authentication mechanisms are being used in the current configuration.
Return
( string )
Authentication mechanisms used in the current configuration.
getAuthNTLMDomain
getAuthNTLMDomain() : string
Description
Returns the NTLM domain used in the current configuration.
Return
( string )
The NTLM domain.
getBcc
getBcc() : string
Description
Returns email addresses in the BCC (Blind Carbon Copy) field.
Return
( string )
The email addresses.
getCc
getCc() : string
Description
Returns email addresses in the CC (Carbon Copy) field
Return
( string )
The email addresses.
getFrom
getFrom() : string
Description
Returns the sender email address of the current configuration.
Return
( string )
Email address.