Subversion Repositories SmartDukaan

Rev

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

Rev 28791 Rev 28792
Line 1134... Line 1134...
1134
				// Utils.sendMailWithAttachments(googleMailSender, new String[] {
1134
				// Utils.sendMailWithAttachments(googleMailSender, new String[] {
1135
				// authUser.getEmailId() }, new String[] { "jyoti.rawat@smartdukaan.com" },
1135
				// authUser.getEmailId() }, new String[] { "jyoti.rawat@smartdukaan.com" },
1136
				// "Attendance Alert",
1136
				// "Attendance Alert",
1137
				Utils.sendMailWithAttachments(googleMailSender, new String[] { "amit.gupta@shop2020.in" },
1137
				Utils.sendMailWithAttachments(googleMailSender, new String[] { "amit.gupta@shop2020.in" },
1138
						new String[] { "jyoti.rawat@smartdukaan.com" }, "Attendance Alert", body);
1138
						new String[] { "jyoti.rawat@smartdukaan.com" }, "Attendance Alert", body);
-
 
1139
				i++;
1139
				if (i == 5)
1140
				if (i == 5)
1140
					break;
1141
					break;
1141
			}
1142
			}
1142
		}
1143
		}
1143
 
1144