2021年12月3日 星期五

寄送mail

寄送mail的方式:

1) 產生append file (file.append)
uuencode file file.txt >> file.append

2) 將append file寄給touser
Example:
mailx -s "mail subject" $touser < file.append

3) 不轉成 append file的格式,將file的內容直接寄出。mail內看到的會是file的內容。
Example:
mailx -s "mail subject" $touser < file

4) 如果要在notes系統內要比較有格式化的信件內容,需要將file的內容轉成html的格式
Example:

5) 在windows中,寄出的mail要加入附件都方式
Example:



沒有留言: