전자 메일을 html 형식으로 보내려고합니다. 하지만 작동하지 않습니다.mailx -a가 Solaris에서 html 전자 메일을 보내지 않고 있습니다.
echo "<html><b>Hello</b></html>" | mailx -a "Content-type: text/html;" -s "Testing" [email protected]
결과 :
mail: illegal option -- a
mail: Usage: [-ehpPqr] [-f file] [-x debuglevel]
or [-tw] [-m message_type] [-T file] [-x debuglevel] persons
or [-x debuglevel]
하지만 같은 명령이 HTML 아닌 밖으로 -a 옵션과 함께 노력하고 있습니다. -a
echo "<html><b>Hello</b></html>" | mailx -s "Testing" [email protected]
'mailx'는'-a'를 지원하지 않습니다. 어떤 배포판을 사용하고 있습니까? – Flup
@Flup : 이것 좀 봐. http://unix.stackexchange.com/questions/15405/how-do-i-send-html-email-using-linux-mail-command – logan
@Flup : 배포판에 무엇을 의미합니까 – logan