在linux上使用mail命令发送电子邮件
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在linux上使用mail命令发送电子邮件相关的知识,希望对你有一定的参考价值。
This command will email the contents of emailbody.txt to [email protected] with the subject My subject line.
mail -s "My subject line" somebody@domain.com < emailbody.txt
以上是关于在linux上使用mail命令发送电子邮件的主要内容,如果未能解决你的问题,请参考以下文章
如何利用linux 的mail命令发送带格式(比如正文的字体,大小等)的邮件呢?