{"id":3031,"date":"2020-03-24T13:14:17","date_gmt":"2020-03-24T04:14:17","guid":{"rendered":"\/blog\/?p=3031"},"modified":"2023-09-21T09:26:42","modified_gmt":"2023-09-21T00:26:42","slug":"cmail%ec%9d%84-%ed%86%b5%ed%95%9c-%ec%9c%88%eb%8f%84%ec%9a%b0%ec%97%90%ec%84%9c-%eb%a9%94%ec%9d%bc-%eb%b0%9c%ec%86%a1","status":"publish","type":"post","link":"https:\/\/hasu0707.duckdns.org\/blog\/?p=3031","title":{"rendered":"CMail\uc744 \ud1b5\ud55c \uc708\ub3c4\uc6b0\uc5d0\uc11c \uba54\uc77c \ubc1c\uc1a1"},"content":{"rendered":"\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"powershell\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">@ECHO OFF\nREM ###########################################################################\nREM #\nREM # CMail\uc744 \uc0ac\uc6a9\ud574 \uc774\uba54\uc77c \ubc1c\uc1a1\nREM #\nREM # https:\/\/www.inveigle.net\/cmail\/\nREM #\nREM ###########################################################################\n\nREM ###########################################################################\nREM # CMail \uc2e4\ud589 \ud30c\uc77c\nREM ###########################################################################\nSET CMAIL_CMD=cmail\n\nREM ###########################################################################\nREM # \ud604\uc7ac \ub0a0\uc9dc \ubc0f \uc2dc\uac04 \ubcc0\uc218\nREM ###########################################################################\nSET YYYYMMDD=%DATE:~0,4%%DATE:~5,2%%DATE:~8,2%\nSET HHMMSS=%TIME:~0,2%%TIME:~3,2%%TIME:~6,2%\nSET DATESTR=%YYYYMMDD%_%HHMMSS%\n\nREM ###########################################################################\nREM # \uba54\uc77c \uad00\ub828 \ubcc0\uc218\nREM ###########################################################################\nSET SMTP_SERVER=10.10.10.1\nSET \"MAIL_TO=bob@naver.com\"\nSET \"MAIL_CC=bob@gmail.com\"\nSET \"MAIL_FROM=bob@mycompany.com\"\nSET \"MAIL_ATTACHMENT=test.doc\"\nSET \"SUBJECT=\uc548\ub155\ud558\uc138\uc694? cmail \ud14c\uc2a4\ud2b8 \uba54\uc77c \uc785\ub2c8\ub2e4.\"\nSET \"BODY01=\uc548\ub155\ud558\uc138\uc694? \uc800\uc758 \uc774\ub984\uc740 \uc774\uc874\uc11d \uc785\ub2c8\ub2e4.\\n\\n\ub2e4\uc74c\uc904\\n\\n\"\nSET \"BODY02=\uc774\uac83\uc740 \ud14c\uc2a4\ud2b8 \uba54\uc77c \uc785\ub2c8\ub2e4.\\n\\n\\n\\n\"\nSET \"BODY03=\ucca8\ubd80\ub41c \ud30c\uc77c\uc744 \ubc1b\uc544 \uc8fc\uc138\uc694\\n\"\n\n%CMAIL_CMD% -host:%SMTP_SERVER% -cc:%MAIL_CC% -to:%MAIL_TO% -from:%MAIL_FROM% \"-subject:%DATESTR% %SUBJECT%\" \"-body:%BODY01%%BODY02%%BODY03%\" \"-a:%MAIL_ATTACHMENT%\"<\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_import_markdown_pro_load_document_selector":0,"_import_markdown_pro_submit_text_textarea":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[15],"tags":[],"class_list":["post-3031","post","type-post","status-publish","format-standard","hentry","category-computing_tools"],"_links":{"self":[{"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=\/wp\/v2\/posts\/3031","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3031"}],"version-history":[{"count":0,"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=\/wp\/v2\/posts\/3031\/revisions"}],"wp:attachment":[{"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3031"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3031"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/hasu0707.duckdns.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3031"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}