沒有-Body
不能與發送-MAILMESSAGE補充身體
PS C:\Users\user001> send-MailMessage -SmtpServer smtp.gmail.com -Cre
dential $mycred -Usessl true -From '[email protected]' -To '[email protected]',
'[email protected]' -Subject 'Hi Test'
此代碼不能執行成功執行下面的代碼,這是-Body
PS C:\Users\user001> send-MailMessage -SmtpServer smtp.gmail.com -Cre
dential $mycred -Usessl true -From '[email protected]' -To '[email protected]',
'[email protected]' -Subject 'Hi Test' -body 'message here'
我得到如下指定的錯誤
Send-MailMessage:找不到位置參數,接受 arg意思是'真'。
您的意思是'-UseSSL $ true'? –