Mailer
interface Mailer (View source)
Methods
                    to(mixed $users)
        
                                            
                
            Begin the process of mailing a mailable class instance.
                    bcc(mixed $users)
        
                                            
                
            Begin the process of mailing a mailable class instance.
                    SentMessage|null
                
                
                    raw(string $text, mixed $callback)
        
                                            
                
            Send a new message with only a raw text part.
                    SentMessage|null
                
                
                
            
                    SentMessage|null
                
                
                
            Details
        
                            PendingMail
    to(mixed $users)
        
    
    Begin the process of mailing a mailable class instance.
        
                            PendingMail
    bcc(mixed $users)
        
    
    Begin the process of mailing a mailable class instance.
        
                            SentMessage|null
    raw(string $text, mixed $callback)
        
    
    Send a new message with only a raw text part.
        
                            SentMessage|null
    send(Mailable|string|array $view, array $data = [], Closure|string|null $callback = null)
        
    
    Send a new message using a view.
        
                            SentMessage|null
    sendNow(Mailable|string|array $mailable, array $data = [], Closure|string|null $callback = null)
        
    
    Send a new message synchronously using a view.