Subversion Repositories SmartDukaan

Rev

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

Rev 20152 Rev 31028
Line 386... Line 386...
386
	}
386
	}
387
 
387
 
388
 
388
 
389
	public static void main(String args[]) throws Exception {
389
	public static void main(String args[]) throws Exception {
390
		try {
390
		try {
391
			String recipients[] = { "aman.kumar@shop2020.in", "amanshivam@gmail.com" };
391
			String recipients[] = { "amit.gupta@smartdukaan.com" };
392
			String cc[] = { "aman.kumar@saholic.com", "amanshivam11@gmail.com" };
392
			String cc[] = { "amit.gupta@smartdukaan.com" };
393
			boolean debug = true;
393
			boolean debug = true;
394
 
394
 
395
			Properties props = new Properties();
395
			Properties props = new Properties();
396
			props.put("mail.smtp.host", SMTP_HOST_NAME);
396
			props.put("mail.smtp.host", SMTP_HOST_NAME);
397
			props.put("mail.smtp.auth", "true");
397
			props.put("mail.smtp.auth", "true");