| Line 467... |
Line 467... |
| 467 |
String password = "cafe@nes";
|
467 |
String password = "cafe@nes";
|
| 468 |
GmailUtils mailer = new GmailUtils();
|
468 |
GmailUtils mailer = new GmailUtils();
|
| 469 |
//String sendTo[] = new String[]{"vikram.raghav@shop2020.in"};
|
469 |
//String sendTo[] = new String[]{"vikram.raghav@shop2020.in"};
|
| 470 |
String sendTo[] = new String[]{ "sandeep.sachdeva@shop2020.in", "vikram.raghav@shop2020.in", "rajneesh.arora@shop2020.in",
|
470 |
String sendTo[] = new String[]{ "sandeep.sachdeva@shop2020.in", "vikram.raghav@shop2020.in", "rajneesh.arora@shop2020.in",
|
| 471 |
"khushal.bhatia@shop2020.in","manoj.kumar@saholic.com","chaitnaya.vats@saholic.com",
|
471 |
"khushal.bhatia@shop2020.in","manoj.kumar@saholic.com","chaitnaya.vats@saholic.com",
|
| 472 |
"yukti.jain@shop2020.in","manisha.sharma@shop2020.in","chandan.kumar@shop2020.in","ankush.dhingra@shop2020.in","amar.kumar@shop2020.in"};
|
472 |
"yukti.jain@shop2020.in","manisha.sharma@shop2020.in","chandan.kumar@shop2020.in","ankush.dhingra@shop2020.in"};
|
| 473 |
|
473 |
|
| 474 |
try {
|
474 |
try {
|
| 475 |
if(new_orders==processed_orders && new_orders > 0){
|
475 |
if(new_orders==processed_orders && new_orders > 0){
|
| 476 |
String emailSubjectTxt = "Snapdeal Orders Created Successfully "+sdf.format(cal.getTime());
|
476 |
String emailSubjectTxt = "Snapdeal Orders Created Successfully "+sdf.format(cal.getTime());
|
| 477 |
String text = "Total Orders Received : " + ( new_orders + duplicate_orders ) + "\n" +
|
477 |
String text = "Total Orders Received : " + ( new_orders + duplicate_orders ) + "\n" +
|