Skip to content

Commit 35fc99a

Browse files
committed
fix SESEmailSenderProvider compile error: implement new interface function
1 parent 3aae370 commit 35fc99a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

api-key-module/src/main/java/com/gwidgets/providers/SESEmailSenderProvider.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ public void send(Map<String, String> config, String address, String subject, Str
4545
log.info("email sent to " + address + " successfully");
4646
}
4747

48+
@Override
49+
public void validate(Map<String, String> config) throws EmailException {
50+
51+
52+
}
53+
4854
@Override
4955
public void close() {}
5056
}

0 commit comments

Comments
 (0)