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
Recent Comments