Mail::sendMailWithSwiftMailer PHP Метод

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

Make sure you have loaded SwiftMailer via Composer.
public sendMailWithSwiftMailer ( ) : boolean
Результат boolean
    public function sendMailWithSwiftMailer()
    {
        // no code yet, so we just return something to make IDEs and code analyzer tools happy
        return false;
    }