classe Mail (Voir la source)
Méthodes
                    __construct(array $config = [])
        
                                            
                
            Mail constructor
                    static MailDriverInterface
                
                
                    configure(array $config = [])
        
                                            
                
            Configure la classe Mail
                    bool
                
                
                    pushDriver(string $name, string $class_name)
        
                                            
                
            Push new driver
                    static MailDriverInterface
                
                
                    getInstance()
        
                                            
                
            Get mail instance
                    static 
                
                
                    send($view, $bind, callable $cb)
        
                                            
                
            Pas de description
                    static mixed
                
                
                    raw(string|array $to, string $subject, string $data, array $headers = [])
        
                                            
                
            Send mail similar to the PHP mail function
                    static SendInterface
                
                
                    setDriver(string $driver)
        
                                            
                
            Modify the smtp|mail driver
                    mixed
                
                
                    __call(string $name, array $arguments)
        
                                            
                
            __call
Détails
        
                            
    __construct(array $config = [])
        
    
    Mail constructor
        
                static            MailDriverInterface
    configure(array $config = [])
        
    
    Configure la classe Mail
        
                            bool
    pushDriver(string $name, string $class_name)
        
    
    Push new driver
        
                static            MailDriverInterface
    getInstance()
        
    
    Get mail instance
        
                static            
    send($view, $bind, callable $cb)
        
    
    Pas de description
        
                static            mixed
    raw(string|array $to, string $subject, string $data, array $headers = [])
        
    
    Send mail similar to the PHP mail function
        
                static            SendInterface
    setDriver(string $driver)
        
    
    Modify the smtp|mail driver
        
                            mixed
    __call(string $name, array $arguments)
        
    
    __call