Mail::sendMailWithNativeMailFunction PHP Метод

sendMailWithNativeMailFunction() публичный Метод

Please note that not PHP itself will send a mail, it's just a wrapper for Linux's sendmail or other mail tools Good guideline on how to send mails natively with mail():
См. также: http://stackoverflow.com/a/24644450/1114320
См. также: http://www.php.net/manual/en/function.mail.php
    public function sendMailWithNativeMailFunction()
    {
        // no code yet, so we just return something to make IDEs and code analyzer tools happy
        return false;
    }