Mailable
interface Mailable (View source)
Methods
                    mixed
                
                
                    later(DateTimeInterface|DateInterval|int $delay, Factory $queue)
        
                                            
                
            Deliver the queued message after the given delay.
Details
        
                            void
    send(Mailer $mailer)
        
    
    Send the message using the given mailer.
        
                            mixed
    queue(Factory $queue)
        
    
    Queue the given message.
        
                            mixed
    later(DateTimeInterface|DateInterval|int $delay, Factory $queue)
        
    
    Deliver the queued message after the given delay.