Mail::sendMailWithSwiftMailer PHP Method

sendMailWithSwiftMailer() public method

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;
    }