Method |
Description |
|
getBcc ( ) : string |
Returns the blind carbon copy receivers |
|
getBccAsArray ( ) : array |
Returns the blind carbon copy receivers as array |
|
getCc ( ) : string |
Returns the carbon copy receivers |
|
getCcAsArray ( ) : array |
Returns the carbon copy receivers as array |
|
getFrom ( ) : string |
Returns the "from" email address |
|
getFromAsArray ( ) : array |
Returns the "from" email address as array |
|
getSubject ( ) : string |
Returns the email subject |
|
getTo ( ) : string |
Returns the "to" receivers |
|
getToAsArray ( ) : array |
Returns the "to" receivers as array |
|
setBcc ( string $bcc ) |
Sets the blind carbon copy receivers (multiple receivers should be separated with a ",") |
|
setCc ( string $cc ) |
Sets the carbon copy receivers (multiple receivers should be separated with a ",") |
|
setFrom ( string $from ) |
Sets the "from" email address |
|
setSubject ( string $subject ) |
Contains the email subject |
|
setTo ( string $to ) |
Sets the "to" receiver |
|
validateEmailAddress ( $emailAddress ) : string | null |
Helper to validate a email address |
|