EmailProviderPHP
    
            
            in package
            
        
    
            
            implements
                            EmailProviderInterface                    
    
    
Sends an email using the mb_send_mail() function from PHP.
Tags
Table of Contents
Interfaces
- EmailProviderInterface
- An interface that describes the use sending of emails.
Properties
Methods
- __construct() : mixed
- Constructor.
- send() : void
- Send a new email.
Properties
$logger
Trace logger.
    private
    static    Logger
    $logger
     = null
    
    
    
    Tags
Methods
__construct()
Constructor.
    public
                    __construct() : mixed
    Tags
send()
Send a new email.
    public
                    send(mixed $to, mixed $from, mixed $subject, mixed $body[, mixed $isHTML = false ]) : void
    Parameters
- $to : mixed
- $from : mixed
- $subject : mixed
- $body : mixed
- $isHTML : mixed = false