email date update
This commit is contained in:
parent
e18f285dd6
commit
7584f3600f
@ -15,7 +15,7 @@ public class EventService {
|
|||||||
System.out.println("Checking for groups");
|
System.out.println("Checking for groups");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Scheduled(cron = "0 30 17 * * *")
|
@Scheduled(cron = "0 45 17 * * *")
|
||||||
public void testMail() {
|
public void testMail() {
|
||||||
this.emailService.sendMail("kaczor982@gmail.com", "Cześć. Jestem Tomek.");
|
this.emailService.sendMail("kaczor982@gmail.com", "Cześć. Jestem Tomek.");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user