728x90
$message = '<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"><html><head></head><body lang=FR-CA>This is the body of the message 사랑한다요~~~</body></html>'
send-MailMessage -to "test001@contoso.com" -Encoding ([System.Text.Encoding]::UTF8) -subject "PowerShell Rocs" -from "test001@contoso.com" -bodyasHTML -body $message -smtpserver "메일서버주소"
If you want to send your mail to multiple recipients, use the following syntax for the -to parameter :
@("bozo@domain.com","toto@domain.com")
728x90
'IT이야기 > Exchange' 카테고리의 다른 글
메일 리턴 메세지 모음 (0) | 2016.02.24 |
---|---|
Exchange Service Start Script (0) | 2016.02.24 |
메세지 추적 로그 파워쉘 (0) | 2016.02.19 |
마지막 로그온 한지 30일이 지난 사용자 메일박스 disable 하는 파워셀 (0) | 2016.02.19 |
와일드 인증서 발급 파워쉘 (0) | 2016.02.19 |