How to send an email from one Gmail account to another one using a batch file or script?

前端 未结 5 1859
北海茫月
北海茫月 2020-12-18 17:25

I need a tiny Windows script to send a 1 line email to Gmail accounts. I have tried many utilities that claim to do this such as BLAT, but none work. The script will be exec

5条回答
  •  失恋的感觉
    2020-12-18 18:21

    If you need just to send to GMail using some SMTP, use MIME::Lite Perl module in SMTP mode - I use it to send notifications to my GMail account.

提交回复
热议问题