| Line 650... |
Line 650... |
| 650 |
String password = "adwords_shop2020";
|
650 |
String password = "adwords_shop2020";
|
| 651 |
GmailUtils mailer = new GmailUtils();
|
651 |
GmailUtils mailer = new GmailUtils();
|
| 652 |
//String sendTo[] = new String[]{"manish.sharma@shop2020.in"};
|
652 |
//String sendTo[] = new String[]{"manish.sharma@shop2020.in"};
|
| 653 |
String sendTo[] = new String[]{ "sandeep.sachdeva@shop2020.in", "manish.sharma@shop2020.in", "rajneesh.arora@shop2020.in",
|
653 |
String sendTo[] = new String[]{ "sandeep.sachdeva@shop2020.in", "manish.sharma@shop2020.in", "rajneesh.arora@shop2020.in",
|
| 654 |
"khushal.bhatia@shop2020.in","manoj.kumar@saholic.com","chaitnaya.vats@saholic.com",
|
654 |
"khushal.bhatia@shop2020.in","manoj.kumar@saholic.com","chaitnaya.vats@saholic.com",
|
| 655 |
"yukti.jain@shop2020.in","manisha.sharma@shop2020.in","chandan.kumar@shop2020.in","ankush.dhingra@shop2020.in","anikendra.das@shop2020.in"};
|
655 |
"yukti.jain@shop2020.in","yatin.singh@shop2020.in","chandan.kumar@shop2020.in","ankush.dhingra@shop2020.in","anikendra.das@shop2020.in"};
|
| 656 |
try {
|
656 |
try {
|
| 657 |
if(new_orders==processed_orders && new_orders > 0){
|
657 |
if(new_orders==processed_orders && new_orders > 0){
|
| 658 |
String emailSubjectTxt = "Snapdeal Orders Created Successfully "+sdf.format(cal.getTime());
|
658 |
String emailSubjectTxt = "Snapdeal Orders Created Successfully "+sdf.format(cal.getTime());
|
| 659 |
String text = "Total Orders Received : " + ( new_orders + duplicate_orders ) + "\n" +
|
659 |
String text = "Total Orders Received : " + ( new_orders + duplicate_orders ) + "\n" +
|
| 660 |
"Orders Already Existing : " + duplicate_orders + "\n" +
|
660 |
"Orders Already Existing : " + duplicate_orders + "\n" +
|