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")
|
@Service("EmailAuthService")
|
||||||
public class EmailAuthService {
|
public class EmailAuthService {
|
||||||
|
|
||||||
@Autowired()
|
@Autowired
|
||||||
private JavaMailSender mailSender;
|
private JavaMailSender mailSender;
|
||||||
|
|
||||||
public void sendEmail(String to, String sub, String message) {
|
public void sendEmail(String to, String sub, String message) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user