Mail::sendMailWithSwiftMailer PHP 메소드

sendMailWithSwiftMailer() 공개 메소드

Make sure you have loaded SwiftMailer via Composer.
    public function sendMailWithSwiftMailer()
    {
        // no code yet, so we just return something to make IDEs and code analyzer tools happy
        return false;
    }