zoukankan      html  css  js  c++  java
  • linux下命令行发送邮件的软件:mutt 微信公众号

    不带邮件内容,只有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"

    ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    微信公众号:  共鸣圈
    欢迎讨论,邮件:  924948$qq.com       请把$改成@
    QQ群:263132197
    QQ:    924948

    良辰美景补天漏,风雨雷电洗地尘
    ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  • 相关阅读:
    架构师图谱
    P3398 仓鼠找sugar
    NOIP 2017小凯的疑惑
    P2568 GCD
    自动AC机
    qbxt国庆刷题班 游记&总结
    【学习笔记】manacher算法
    [ZROI]分组
    BSGS与扩展BSGS
    Crt and ExCrt
  • 原文地址:https://www.cnblogs.com/welhzh/p/15702426.html
Copyright © 2011-2022 走看看