This document was generated from CDN thread
Created by: Manoj Varghese on 09-08-2013 09:18:01 AM
I know if I use the email element in callstudio I need to copy the jar files to VXML Server(VxmlServer\Tomcat\common\lib). I am trying to write a custom email application using javax mail API. Could someone tell me do I need to copy any jar files to vxml server to make it work?
Subject: RE: CVP Custom Java EMail
Replied by: Jin Tiam Loh on 13-11-2013 12:55:14 PM
Hi,
Did you get this working? Why is there a need to create a custom email application?
Thanks!
-JT-
Subject: RE: CVP Custom Java EMail
Replied by: Asher Schweigart on 02-12-2013 03:54:20 PM
Many reasons you could need to write a custom email application.
In my environment, we do a DB lookup to get the status of the call center, and if the DB is down, and email is sent. this takes 11 elements to do the variaous checks for data existing, database errors, etc., plus the email nodes.
This set of elements is exactly the same for all our call centers, so I plan on writing my own custom element to do this lookup in a single element at some point, which would include sending mail.
Anyway, to answer the question, yes, depending on how you send the mail, you will have to copy jar files. If you use Tomcat to send the mail, the jars will go there, otherwise, they will need to go in the VXMLServer/common/lib/ instead.