Subversion Repositories SmartDukaan

Rev

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

Rev 24133 Rev 24136
Line 98... Line 98...
98
				scheduledTasks.sendPartnerInvestmentDetails();
98
				scheduledTasks.sendPartnerInvestmentDetails();
99
				System.exit(0);
99
				System.exit(0);
100
			}
100
			}
101
			if (args.containsOption("2")) {
101
			if (args.containsOption("2")) {
102
				String message = MessageFormat.format("Sale Target summary for {0}", LocalDate.now());
102
				String message = MessageFormat.format("Sale Target summary for {0}", LocalDate.now());
103
				//String[] to = { "adeel.yazdani@smartdukaan.com", "kamal.kumar@smartdukaan.com",
103
				String[] to = { "adeel.yazdani@smartdukaan.com", "kamal.kumar@smartdukaan.com",
104
					//	"mohinder.mutreja@smartdukaan.com", "dhruv.kathpal@smartdukaan.com" };
104
						"mohinder.mutreja@smartdukaan.com" };
105
				String [] to= {"govind.kumar@shop2020.in","dhruv.kathpal@smartdukaan.com"};
-
 
106
				scheduledTasks.sendMailWithAttachments(to, "Daily Sale Report", message);
105
				scheduledTasks.sendMailWithAttachments(to, "Daily Sale Report", message);
107
				System.exit(0);
106
				System.exit(0);
108
			}
107
			}
109
 
108
 
110
		}
109
		}