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