I want to send email to certain user as soon as form is rendered or created , for this reason i have used this example:https://github.com/camunda/camunda-bpm-mail
but from my project i can’t send any email for error handling i have used this post:https://forum.camunda.io/t/error-in-sending-email-task-using-connector-id-mail-send/3075
here is my github unitTest project:
https://github.com/sally9961/camunda-test
Hi @Sally,
do you have a mail-config.properties
file? I didn’t find one in your unit test project.
Please see: https://github.com/camunda/camunda-bpm-mail#how-to-configure-it
Cheers
kristin
Hi @kristin , thank you for your reply, yes i have mail-config.propeties in my tomcat server conf folder
Hi @Sally,
I’m not sure whether it is the right position. Please try to add the mail-config.properties
file to the classpath (src/main/resources) of your application.
Cheers
kristin
Hi @Sally,
can you please share the log file of the tomcat?
What files do you have in your tomcat lib folder?
Best regards,
Philipp