| Line 520... |
Line 520... |
| 520 |
String password = "cafe@nes";
|
520 |
String password = "cafe@nes";
|
| 521 |
GmailUtils mailer = new GmailUtils();
|
521 |
GmailUtils mailer = new GmailUtils();
|
| 522 |
//String sendTo[] = new String[]{"vikram.raghav@shop2020.in"};
|
522 |
//String sendTo[] = new String[]{"vikram.raghav@shop2020.in"};
|
| 523 |
String sendTo[] = new String[]{ "sandeep.sachdeva@shop2020.in", "vikram.raghav@shop2020.in", "rajneesh.arora@shop2020.in",
|
523 |
String sendTo[] = new String[]{ "sandeep.sachdeva@shop2020.in", "vikram.raghav@shop2020.in", "rajneesh.arora@shop2020.in",
|
| 524 |
"khushal.bhatia@shop2020.in","manoj.kumar@saholic.com","chaitnaya.vats@saholic.com",
|
524 |
"khushal.bhatia@shop2020.in","manoj.kumar@saholic.com","chaitnaya.vats@saholic.com",
|
| 525 |
"yukti.jain@shop2020.in","manisha.sharma@shop2020.in","chandan.kumar@shop2020.in","ankush.dhingra@shop2020.in"};
|
525 |
"yukti.jain@shop2020.in","manisha.sharma@shop2020.in","chandan.kumar@shop2020.in","ankush.dhingra@shop2020.in","anikendra.das@shop2020.in"};
|
| 526 |
try {
|
526 |
try {
|
| 527 |
if(new_orders==processed_orders && new_orders > 0){
|
527 |
if(new_orders==processed_orders && new_orders > 0){
|
| 528 |
String emailSubjectTxt = "Snapdeal Orders Created Successfully "+sdf.format(cal.getTime());
|
528 |
String emailSubjectTxt = "Snapdeal Orders Created Successfully "+sdf.format(cal.getTime());
|
| 529 |
String text = "Total Orders Received : " + ( new_orders + duplicate_orders ) + "\n" +
|
529 |
String text = "Total Orders Received : " + ( new_orders + duplicate_orders ) + "\n" +
|
| 530 |
"Orders Already Existing : " + duplicate_orders + "\n" +
|
530 |
"Orders Already Existing : " + duplicate_orders + "\n" +
|