MailMessage
class MailMessage extends SimpleMessage (View source)
Properties
| string | $level | The "level" of the notification (info, success, error). | from SimpleMessage | 
| string | $subject | The subject of the notification. | from SimpleMessage | 
| string|null | $greeting | The notification's greeting. | from SimpleMessage | 
| array | $introLines | The "intro" lines of the notification. | from SimpleMessage | 
| array | $outroLines | The "outro" lines of the notification. | from SimpleMessage | 
| string | $actionText | The text / label for the action. | from SimpleMessage | 
| string | $actionUrl | The action URL. | from SimpleMessage | 
| string | $view | The view for the message. | |
| array | $viewData | The view data for the message. | |
| array | $from | The "from" information for the message. | |
| array | $to | The recipient information for the message. | |
| array | $cc | The "cc" recipients of the message. | |
| array | $attachments | The attachments for the message. | |
| array | $rawAttachments | The raw attachments for the message. | |
| int | $priority | Priority level of the message. | 
 
          
Please login to continue.