[Java] Gmail SMTP 메일 송신 예제
구글 SMTP 메일 송신 예제 메일 송신이 가능하기 위한 준비가 필요하다. 1. mail.jar 라이브러리 추가 2. gmail 계정 환경설정 구글 gmail 인증을 위한 Class import javax.mail.Authenticator; import javax.mail.PasswordAuthentication; //구글 gmail 인증을 위한 Class public class MyAuthentication extends Authenticator { PasswordAuthentication pa; public MyAuthentication(){//생성자를 통해 구글 ID/PW 인증 String id = "구글 mail ID"; // 구글 ID String pw = "비밀번호"; // 구글 비밀번호 //..
웹개발/Java
2017. 1. 21. 19:35
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- paralles desktop
- ionic2
- 아이오닉2
- git branch
- Gulp
- Grunt
- 옵저버블
- git commit
- Angular CLI
- Facebook AccountKit
- password validation
- typeScript
- 폼 유효성 검사
- npm
- git merge
- 번들링
- Angular
- 아이오닉
- NgForm
- jQuery
- angular2
- 의존성 주입
- Typescript 패키지
- Webpack
- 웹 소켓 프로토콜
- 한영 변환
- module exports
- End-to-End testing
- phone number
- Routes
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함