MailNotifier
    
            
            in package
            
        
    
    
    
        
            Description of MailNotifier
Tags
Table of Contents
Methods
getText()
    public
            static        getText(string $text, array<string|int, mixed> $params) : string
        
        Parameters
- $text : string
 - $params : array<string|int, mixed>
 
Return values
string —send()
    public
            static        send(string $notificationName, string $email[, string $name = '' ][, array<string|int, mixed> $params = [] ][, array<string|int, mixed> $attach = [] ][, array<string|int, mixed> $mainBlocks = [] ][, array<string|int, mixed> $footerBlocks = [] ]) : bool
    
        Parameters
- $notificationName : string
 - $email : string
 - $name : string = ''
 - $params : array<string|int, mixed> = []
 - $attach : array<string|int, mixed> = []
 - $mainBlocks : array<string|int, mixed> = []
 - $footerBlocks : array<string|int, mixed> = []