Merge branch 'master' of https://git.loafle.net/overflow/overflow_server
This commit is contained in:
commit
30ca986165
|
@ -12,7 +12,7 @@ import org.springframework.stereotype.Service;
|
|||
@Service("EmailAuthService")
|
||||
public class EmailAuthService {
|
||||
|
||||
@Autowired()
|
||||
@Autowired
|
||||
private JavaMailSender mailSender;
|
||||
|
||||
public void sendEmail(String to, String sub, String message) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user