Subversion Repositories SmartDukaan

Rev

Rev 11277 | Rev 11307 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11277 Rev 11278
Line 46... Line 46...
46
		sendTo = new String[]{"rajneesh.arora@shop2020.in","chaitnaya.vats@shop2020.in","khushal.bhatia@shop2020.in","manoj.kumar@shop2020.in","vikram.raghav@shop2020.in"};
46
		sendTo = new String[]{"rajneesh.arora@shop2020.in","chaitnaya.vats@shop2020.in","khushal.bhatia@shop2020.in","manoj.kumar@shop2020.in","vikram.raghav@shop2020.in"};
47
		emailSubjectTxt = "FBA Stock Estimation Sheet (Mobiles and Tablets)";
47
		emailSubjectTxt = "FBA Stock Estimation Sheet (Mobiles and Tablets)";
48
		emailUtils.sendEmail(sendTo, emailSubjectTxt, "",emailFromAddress, AMAZON_FBA_SHEET,AMAZON_FBA_SHEET_HTML_BODY);
48
		emailUtils.sendEmail(sendTo, emailSubjectTxt, "",emailFromAddress, AMAZON_FBA_SHEET,AMAZON_FBA_SHEET_HTML_BODY);
49
		AMAZON_FBA_SHEET = "/home/FBA-Except-Mobiles-Tablets-Stock-File.xls";
49
		AMAZON_FBA_SHEET = "/home/FBA-Except-Mobiles-Tablets-Stock-File.xls";
50
		AMAZON_FBA_SHEET_HTML_BODY = "/home/FBA-Except-Mobiles-Tablets-CONTENT-BODY-Stock-File.html";
50
		AMAZON_FBA_SHEET_HTML_BODY = "/home/FBA-Except-Mobiles-Tablets-CONTENT-BODY-Stock-File.html";
-
 
51
		emailFromAddress = "build@shop2020.in";
-
 
52
		sendTo = new String[] {"rajneesh.arora@shop2020.in","chandan.kumar@shop2020.in","khushal.bhatia@shop2020.in","vikram.raghav@shop2020.in"};
-
 
53
		emailSubjectTxt = "FBA Stock Estimation Sheet (Except Mobiles and Tablets)";
51
		emailUtils.sendEmail(sendTo, emailSubjectTxt, "",emailFromAddress, AMAZON_FBA_SHEET, AMAZON_FBA_SHEET_HTML_BODY);
54
		emailUtils.sendEmail(sendTo, emailSubjectTxt, "",emailFromAddress, AMAZON_FBA_SHEET, AMAZON_FBA_SHEET_HTML_BODY);
52
		System.out.println("Test Email Sent");
55
		System.out.println("Test Email Sent");
53
 
56
 
54
	}
57
	}
55
 
58