이 명령으로 시도했지만 운이 없었습니다.
echo 'These are contents of my mail' | mailx -s 'This is my email subject' -a /home/user/Desktop/data.zip [email protected]
어떠한 제안?
답변1
맨페이지에서:
-A, --attach=FILE
attach FILE
-a, --append=HEADER: VALUE append given header to the message being sent
그래서 당신은 원하지 -A
않습니다 -a
. 놀랍게도 잘못된 헤더에 대해 오류 메시지가 생성되지 않았습니다. 여기서는 다음을 생성합니다.
mailx: Invalid header: invalid_header