Subversion Repositories SmartDukaan

Rev

Rev 12619 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12619 Rev 12970
Line 439... Line 439...
439
			e.printStackTrace();
439
			e.printStackTrace();
440
		}
440
		}
441
 
441
 
442
		String emailFromAddress = "build@shop2020.in";
442
		String emailFromAddress = "build@shop2020.in";
443
		String password = "cafe@nes";
443
		String password = "cafe@nes";
444
		String[] sendTo = new String[]{ "vikram.raghav@shop2020.in", "rajveer.singh@shop2020.in","rajneesh.arora@shop2020.in" };
444
		String[] sendTo = new String[]{  "rajneesh.arora@shop2020.in" };
445
		//String[] sendTo = new String[]{ "vikram.raghav@shop2020.in"};
445
		//String[] sendTo = new String[]{ "vikram.raghav@shop2020.in"};
446
		String emailSubjectTxt = "FBA Stock Estimation Sheet";
446
		String emailSubjectTxt = "FBA Stock Estimation Sheet";
447
 
447
 
448
		try {
448
		try {
449
			GmailUtils mailer = new GmailUtils();
449
			GmailUtils mailer = new GmailUtils();