mailxとcat(を使用してunix /bashからメールを送信できるようにしたい
例:
cat testMailWithSection.txt | mailx -s "testMail" -r "sender@machine" "destination@company" &
ただ、長いメールになりますので、その一部をセクションに入れたいと思います。これらのツールだけでこれは可能ですか?
ご挨拶
mailxとcat(を使用してunix /bashからメールを送信できるようにしたい
例:
cat testMailWithSection.txt | mailx -s "testMail" -r "sender@machine" "destination@company" &
ただ、長いメールになりますので、その一部をセクションに入れたいと思います。これらのツールだけでこれは可能ですか?
ご挨拶