This blog is about sending the custom emails via mirth without using the normal SMTP sender. This feature can e very beneficial when you want to loop through contents and send the email accordingly. var email = null; email = new Packages.org.apache.commons.mail.HtmlEmail();
Read More
This blog is about sending the http request in Mirth interface engine using the custom javascript. This is really beneficial when we need to loop through the requests and send them in the api. do { try { var data =
Read More
Recent Comments