I can not receive test results by email Ver64Bit.6.1.5

After running TestSuites with CMD, the results are not sent by email.
Environment Windows 7-64 Bit

In Katalon 6.0.5, I will receive an email successfully.
But I cant’t receive in Katalon 6.1.5.

The settings for Project> settings> Email> are the same for both versions.
[Send test email] works fine with either version.

The following is the CMD Bat file.
<test.bat>
@echo off
echo katalon is runnning
cd c:\katalon\Katalon_Studio_Windows_64-6.1.5\

katalon -noSplash -runMode=console -consoleLog -projectPath=“C:\Users\XXXXXX\Katalon Studio\katalon-workspace\xxxxxxxxx-xxxxxx-xxxxxxx\xxxxxx-xxxxxxxxxxx.prj” -retry=0 -testSuitePath=“Test Suites/CMD-ActivationDownload” -executionProfile=“default” -browserType=“Firefox” -reportFolder=C:\Users\XXXXXX\Katalon Studio\ -reportFileName=katalon.log -remoteWebDriverType=Selenium -sendMail=username@example.co.jp

echo katalon is closed

Hi

I have bad news for you: the native report feature had been moved in a plugin since version 6.1.5
I am not OK with this decision cause I think it’s a loss of value for Katalon but…
Here you can find more informations : Getting reports from test suite with Katalon 6.1.5
Good luck.

@n_shiina please use -apiKey=xxx in the CMD Bat file(Click at dropdown ‘Plugin Store’ -> Manages API Key -> gen an API Key) to reload report and then execute test suite again.

Dear Boris_Faitout
it can not be helped. Use Ver6.1.3.
Dear Allice
From my environment,
Could not connect to Plugin Store.

Thank you for the advice.