source: phonelux-backend/src/main/java/finki/it/phoneluxbackend/security/email/EmailSender.java@ dfd5d87

Last change on this file since dfd5d87 was dfd5d87, checked in by Marko <Marko@…>, 23 months ago

Registration logic with confirmation token implemented

  • Property mode set to 100644
File size: 123 bytes
Line 
1package finki.it.phoneluxbackend.security.email;
2
3public interface EmailSender {
4 void send(String to, String email);
5}
Note: See TracBrowser for help on using the repository browser.