Subversion Repositories SmartDukaan

Rev

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

Rev 9703 Rev 10298
Line 267... Line 267...
267
		}
267
		}
268
	}
268
	}
269
 
269
 
270
 
270
 
271
	public static void main(String args[]) throws Exception {
271
	public static void main(String args[]) throws Exception {
272
		String[] sendTo = { "mandeep.dhir@shop2020.in", "mandeep.dhir@gmail.com", "mandeepcse07@yahoo.co.in", "anupam.singh@shop2020.in" };
272
		String[] sendTo = { "mandeep.dhir@shop2020.in", "mandeep.dhir@gmail.com", "mandeepcse07@yahoo.co.in", "kshitij.sood@shop2020.in" };
273
		String emailSubjectTxt = "Another test from gmail";
273
		String emailSubjectTxt = "Another test from gmail";
274
		String emailMsgTxt = "Test Message Contents";
274
		String emailMsgTxt = "Test Message Contents";
275
		String emailFromAddress = "mandeep.dhir@shop2020.in";
275
		String emailFromAddress = "mandeep.dhir@shop2020.in";
276
		String password = "";
276
		String password = "";
277
		String filename = "/home/mandeep/virtual_warehouse.sql";
277
		String filename = "/home/mandeep/virtual_warehouse.sql";