Commit 779c5ec6 authored by sshaikh's avatar sshaikh

sending mail to user related changes in sysgenpassword

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@201134 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 433f6b18
......@@ -293,7 +293,9 @@ public class SysGenPassword extends ValidatorEJB implements SysGenPasswordLocal
//System.out.println("[SysGenPasswordEJB] commInfo..................."+commInfo);
EMail email = new EMail();
email.sendMail(commInfo.toString(), "ITM");
//email.sendMail(commInfo.toString(), "ITM");
//Change by sadique shaikh on 24-5-2019
email.sendMail(commInfo.toString(), "ITM", conn);
email = null;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment