interface Illuminate / Contracts / Mail / MailQueue
You are viewing an older version of the documentation. For the latest, please visit master documentation.

MailQueue

Methods

public

queue ( $view , $queue ) : mixed

Queue a new e-mail message for sending.

Parameters

  • $view Mailable |string|array
  • $queue string|null
public

later ( $delay , $view , $queue ) : mixed

Queue a new e-mail message for sending after (n) seconds.

Parameters