문제

I'm writing an email using mailx

I wanted to know if it is possible to, lets say, underline some words, or making some words bold, or anything..

I have a file which carries the content of the mail content.txt

content.txt:

testing mail

I'm using this mailx command:

mailx -s "testing" me@gmail.com < content.txt

I would like to do something, so the word mail inside the email received will appear like this: mail

I couldn't find any example or tutorial about it,

Thanks

도움이 되었습니까?

해결책

You can't achieve that using plain text file, But you can play with HTML encoding Content-Type: text/html

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top