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,8 +293,10 @@ public class SysGenPassword extends ValidatorEJB implements SysGenPasswordLocal ...@@ -293,8 +293,10 @@ public class SysGenPassword extends ValidatorEJB implements SysGenPasswordLocal
//System.out.println("[SysGenPasswordEJB] commInfo..................."+commInfo); //System.out.println("[SysGenPasswordEJB] commInfo..................."+commInfo);
EMail email = new EMail(); EMail email = new EMail();
email.sendMail(commInfo.toString(), "ITM"); //email.sendMail(commInfo.toString(), "ITM");
email = null; //Change by sadique shaikh on 24-5-2019
email.sendMail(commInfo.toString(), "ITM", conn);
email = null;
/**********Modified by Rakesh kumar on 13/04/12 ***********/ /**********Modified by Rakesh kumar on 13/04/12 ***********/
......
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