SendQueuedMailable
class SendQueuedMailable (View source)
Properties
| Mailable | $mailable | The mailable message instance.  | 
                |
| int | $tries | The number of times the job may be attempted.  | 
                |
| int | $timeout | The number of seconds the job can run before timing out.  | 
                
Methods
                    void
                
                
                
            
                    string
                
                
                    displayName()
        
                                            
                
            Get the display name for the queued job.
                    mixed
                
                
                    retryAfter()
        
                                            
                
            Get the retry delay for the mailable object.
                    void
                
                
                    __clone()
        
                                            
                
            Prepare the instance for cloning.
Details
        
                            void
    __construct(Mailable $mailable)
        
    
    Create a new job instance.
        
                            void
    handle(Mailer $mailer)
        
    
    Handle the queued job.
        
                            string
    displayName()
        
    
    Get the display name for the queued job.
        
                            void
    failed(Exception $e)
        
    
    Call the failed method on the mailable instance.
        
                            mixed
    retryAfter()
        
    
    Get the retry delay for the mailable object.
        
                            void
    __clone()
        
    
    Prepare the instance for cloning.