Skip to content

Commit

Permalink
Update EgovEmailEventNoticeTrigger.java
Browse files Browse the repository at this point in the history
  • Loading branch information
jei007 authored Apr 24, 2023
1 parent 45fb172 commit be01114
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ private void postMail(String recipients[], String subject, String message, Strin

boolean debug = false;

java.security.Security.addProvider(new com.sun.net.ssl.internal.ssl.Provider());
Security.addProvider(Security.getProvider("SunJSSE"));
String SMTP_HOST_NAME = "gmail-smtp.l.google.com";

// Properties 설정
Expand Down

0 comments on commit be01114

Please sign in to comment.