Factory
class Factory (View source)
Methods
                    TransportInterface
                
                
                    createTransportFromConfig(Repository $config)
        
                                            
                
            - Create a Transport instance from a configuration repository.
 
                    TransportInterface
                
                
                    createTransportFromArray(array $array)
        
                                            
                
            Create a Transport instance from a configuration array.
                    Sendmail
                
                
                    createPhpMailTransportFromArray(array $array)
        
                                            
                
            No description
                    Smtp|LimitedSmtp
                
                
                    createSmtpTransportFromArray(array $array)
        
                                            
                
            No description
Details
        
                            TransportInterface
    createTransportFromConfig(Repository $config)
        
    
    - Create a Transport instance from a configuration repository.
 
        
                            TransportInterface
    createTransportFromArray(array $array)
        
    
    Create a Transport instance from a configuration array.
        
                            Sendmail
    createPhpMailTransportFromArray(array $array)
        
    
    No description
        
                            Smtp|LimitedSmtp
    createSmtpTransportFromArray(array $array)
        
    
    No description