Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- mysql if
- 스크롤 이벤트
- Oracle LISTAGG 사용 예시
- 아이오닉 스크롤 이벤트
- angular animation
- modal
- scroll
- summary
- 검색
- 셀렉트박스 커스텀
- Ionic modal
- TAILWIND
- 스크롤 이벤트 감지
- angular button
- 호버
- 옵저버블
- formgroup
- Router
- route
- 모달
- angular route
- ajax 사용 예시
- 앵귤러 모달
- egov spring ajax 사용 예시
- angular modal
- Angular Router
- 앵귤러 애니메이션
- flex-1
- prisma
- ApexChart
Archives
- Today
- Total
목록자바 지메일 연동 (1)
깜놀하는 해므찌로

/* 메일 전송 */ public static void sendMail(String mail, String htmlContent, String ttl) throws Exception { String host = ""; String useraddr = ""; String userpwd = ""; /* IMAP/SMTP 설정 */ Properties props = new Properties(); /* 호스트, 계정 비번 설정 */ host = "smtp.gmail.com"; useraddr = "아이디@gmail.com"; userpwd = "..."; /* Gmail 앱 비밀번호 : ... */ props.put("mail.smtp.socketFactory.class", "javax.net.ssl.SSLS..
IT
2022. 7. 6. 16:09