| Line 30... |
Line 30... |
| 30 |
|
30 |
|
| 31 |
String emailFromAddress = "build-staging@shop2020.in";
|
31 |
String emailFromAddress = "build-staging@shop2020.in";
|
| 32 |
String password = "shop2020";
|
32 |
String password = "shop2020";
|
| 33 |
GmailUtils mailer = new GmailUtils();
|
33 |
GmailUtils mailer = new GmailUtils();
|
| 34 |
//String sendTo[] = new String[]{"manish.sharma@shop2020.in"};
|
34 |
//String sendTo[] = new String[]{"manish.sharma@shop2020.in"};
|
| 35 |
String sendTo[] = new String[]{ "rajneesh.arora@saholic.com","amit.sirohi@shop2020.in","chaitnaya.vats@saholic.com",
|
35 |
String sendTo[] = new String[]{ "rajneesh.arora@saholic.com","amit.sirohi@shop2020.in","chaitnaya.vats@saholic.com","venky864@gmail.com",
|
| 36 |
"ritesh.chauhan@shop2020.in","sandeep.sachdeva@shop2020.in", "shailesh.kumar@shop2020.in"};
|
36 |
"ritesh.chauhan@shop2020.in","sandeep.sachdeva@shop2020.in", "shailesh.kumar@shop2020.in"};
|
| 37 |
File file = null;
|
37 |
File file = null;
|
| 38 |
|
38 |
|
| 39 |
try {
|
39 |
try {
|
| 40 |
Client warehouseClient = new WarehouseClient().getClient();
|
40 |
Client warehouseClient = new WarehouseClient().getClient();
|