Subversion Repositories SmartDukaan

Rev

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

Rev 10084 Rev 10085
Line 47... Line 47...
47
 
47
 
48
 
48
 
49
public class FlipkartInventoryReconcillation {
49
public class FlipkartInventoryReconcillation {
50
 
50
 
51
 
51
 
52
	public static void main(String... args) throws ClientProtocolException, IOException{
52
	public static void main(String... args) throws ClientProtocolException, IOException, TException{
53
		SimpleDateFormat sdf = new java.text.SimpleDateFormat("yyyy-MM-dd-HH:mm:ss");
53
		SimpleDateFormat sdf = new java.text.SimpleDateFormat("yyyy-MM-dd-HH:mm:ss");
54
		String emailFromAddress = "build@shop2020.in";
54
		String emailFromAddress = "build@shop2020.in";
55
		String password = "cafe@nes";
55
		String password = "cafe@nes";
56
		GmailUtils mailer = new GmailUtils();
56
		GmailUtils mailer = new GmailUtils();
57
		String[] sendTo = new String[]{"vikram.raghav@shop2020.in"};
57
		String[] sendTo = new String[]{"vikram.raghav@shop2020.in"};