[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
- Angular
- 아이오닉
- 한영 변환
- git commit
- Webpack
- ionic2
- Routes
- git branch
- phone number
- 번들링
- git merge
- 옵저버블
- 폼 유효성 검사
- 아이오닉2
- Typescript 패키지
- End-to-End testing
- typeScript
- Facebook AccountKit
- password validation
- paralles desktop
- Gulp
- jQuery
- 웹 소켓 프로토콜
- npm
- NgForm
- Grunt
- Angular CLI
- angular2
- module exports
- 의존성 주입
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함