Hi
I need to creat a Send Email Task in clover server. And I follow the doc(http://doc.cloveretl.com/documentation/ … ation.html) to setup the SMTP configuration. The problem is my Mail SMTP server need SSL. Is there somewhere to config the SSL.
Hi,
Unfortunately this functionality is not supported by current Server version. However, we are going to implement SMTPS connection support in future Server release. You also might take into consideration writing your own Groovy script. Such script could be executed by scheduled task defined in server GUI (task type: Execute Groovy code). Sample of groovy code sending email is available here: http://stackoverflow.com/questions/1990454/using-javamail-to-connect-to-gmail-smtp-server-ignores-specified-port-and-tries.