Subversion Repositories SmartDukaan

Rev

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

Rev 31118 Rev 31120
Line 1346... Line 1346...
1346
								: "(Punched at "
1346
								: "(Punched at "
1347
										+ FormattingUtils.format(employeeAttendanceOptional.get().getCreateTimestamp())
1347
										+ FormattingUtils.format(employeeAttendanceOptional.get().getCreateTimestamp())
1348
										+ ")");
1348
										+ ")");
1349
 
1349
 
1350
				Utils.sendMailWithAttachments(googleMailSender, new String[] { authUser.getEmailId() },
1350
				Utils.sendMailWithAttachments(googleMailSender, new String[] { authUser.getEmailId() },
1351
						new String[] { "sm@smartdukaan.com" }, "Attendance Alert", body);
1351
						new String[] { "kangan.monga@smartdukaan.com" }, "Attendance Alert", body);
1352
 
1352
 
1353
			}
1353
			}
1354
		}
1354
		}
1355
 
1355
 
1356
	}
1356
	}
Line 1397... Line 1397...
1397
				}
1397
				}
1398
 
1398
 
1399
			}
1399
			}
1400
			if (body != null) {
1400
			if (body != null) {
1401
				Utils.sendMailWithAttachments(googleMailSender, new String[] { authUser.getEmailId() },
1401
				Utils.sendMailWithAttachments(googleMailSender, new String[] { authUser.getEmailId() },
1402
						new String[] { "sm@smartdukaan.com" }, "Attendance Alert", body);
1402
						new String[] { "kangan.monga@smartdukaan.com" }, "Attendance Alert", body);
1403
			}
1403
			}
1404
		}
1404
		}
1405
 
1405
 
1406
		this.sendMailToHR();
1406
		this.sendMailToHR();
1407
 
1407