스프링

 

  // 이메일 제목
            msg.setSubject("메일 전송 테스트", "UTF-8");
             
            // 이메일 내용 
            msg.setText("내용", "UTF-8");
             
            // 이메일 헤더 
            msg.setHeader("content-Type", "text/html");
             
            //메일보내기

 

 

중요

 

헤더를 "text/html"로 하면 본문 내용으로 HTML 을 작성하여 전송할 수 있다.

 

헤더에 넣지 않으면 

html 형식으로 출력 된다.

<p style="color: rgb(34, 34, 34); font-family: Gulim; font-size: 13.3333px; background-color: rgb(255, 255, 255);">메일 쓰기 시작</p><p style="color: rgb(34, 34, 34); font-family: Gulim; font-size: 13.3333px; background-color: rgb(255, 255, 255);">&nbsp;</p><h3 class="m_-6271552023342912319blind" style="margin: 0px; padding: 0px; font-family: Dotum, 돋움, Helvetica, AppleSDGothicNeo, sans-serif; font-size: 12px; color: rgb(56, 61, 65); overflow: hidden; background-color: rgb(255, 255, 255);">전체언론사</h3><div class="m_-6271552023342912319newss_lst" style="margin: 0px; padding: 0px; overflow: hidden; width: 

-----

 

 

 

about author

PHRASE

Level 60  머나먼나라

소더러 한 말은 안 나도 처(妻)더러 한 말은 난다 , 아무리 가까운 사이라도 말을 조심하라는 뜻.

댓글 ( 4)

댓글 남기기

작성

스프링 목록    more