不带邮件内容,只有subject:
mutt -s "Subject comes here" username@domain.com < /dev/null

只有文件附件:
mutt -s "Subject comes here" -a /path/to/file -- username@domain.com < /dev/null

文件附件及邮件内容:
mutt -s "Subject comes here" -a /path/to/file -- username@domain.com < "Mail contents"

相关文章:

  • 2022-12-23
  • 2021-11-06
  • 2021-08-18
  • 2021-11-25
  • 2022-01-23
  • 2021-12-13
  • 2021-09-30
  • 2022-12-23
猜你喜欢
  • 2022-01-23
  • 2022-12-23
  • 2021-04-01
  • 2021-12-16
  • 2022-12-23
  • 2021-07-11
  • 2022-12-23
相关资源
相似解决方案