email attach send method added
This commit is contained in:
parent
45d41cfd18
commit
07f043f277
|
@ -28,7 +28,7 @@ public class EmailAuthService {
|
|||
@Autowired
|
||||
private EmailAuthDAO emailAuthDAO;
|
||||
|
||||
public EmailAuth sendEmailByMemberId(long memberId, String memberEmail) {
|
||||
public EmailAuth sendEmailByMember(long memberId, String memberEmail) {
|
||||
try {
|
||||
this.sendSimpleEmail(memberEmail, "Test Spring Mail", "Confirm Email");
|
||||
}catch (MailException e) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user