sendmail发邮件

使用sendmail命令发送邮件。

-F 指定发送方的域名;

-t 指定通过容器获得发送内容。

   -t     Read message for recipients.  To:, Cc:, and Bcc: lines will  be  scanned  for  recipient   addresses.  The Bcc: line will be deleted before transmission.

比如我想将mail.txt中内容发送给[email protected](本地)。

下面是mail.txt中的内容

from:[email protected]#发送方地址

to:[email protected] #接受方地址,发给water

Cc:[email protected]  #  抄送给root

subject:water #主题

I am root,do you receive my mail?  #内容

下面运行命令sendmail –t<mail.txt

你就可以用mail命令看到root已经收到邮件,用mail –u water(你要有water账户)就可以看到water也收到邮件了。

一点小知识,和大家分享一下……

还有不要用这个命令发送垃圾邮件,否则对不起我啊,呵呵!

你可能感兴趣的:(职场,false,休闲)