Send mail via CMD console

前端 未结 4 1923
夕颜
夕颜 2021-02-05 14:56

Hi i want to send mail via microsoft cmd console. I tried many way, but i didnt succeed.

i tried this article http://jpsoft.com/help/index.htm?sendmail.htm

<         


        
4条回答
  •  名媛妹妹
    2021-02-05 15:56

    From Linux you can use 'swaks' which is available as an official packages on many distros including Debian/Ubuntu and Redhat/CentOS on EPEL:

    swaks -f you@example.net -t someone@example.com \
        --server mail.example.com
    

提交回复
热议问题