Error in Sending Email From Service Task

Hi,
I am working on “camunda-bpm-mail” github project. But I am facing error.
PFB snapshot.

Before I was getting error as shown in below image.

After this I have changed setenv.bat for setting MAIL_CONFIG="$CATALINA_HOME/conf/mail-config.properties".
I don’t know how to set environment variable for tomcat in catalina(I have attached catalina.txt file as unable to upload real one)catalina.txt (21.0 KB)

can anyone please help me out. I just need to send mail as reminder with timer from service task.

Thanks and Regards,
Jignesh Pithva.

Sound like the enclosing quotation makrs are not correct. Try without.
MAIL_CONFIG=$CATALINA_HOME/conf/mail-config.properties.

I have changed the MAIL_CONFIG then I got this new error.

I am using mail-1.4.7.jar

Is there something I am missing ?

Hi @pithvajignesh,

please use the newer JavaMail version 1.5.5. Maybe it helps.

Best regards,
Philipp