Site icon 咖啡偶-IT日常

powershell 寄送email(內部server)

Send-MailMessage -From "it@test.com" -To "test@test.com" -Subject "subjects" -Body "FYI" -Attachment "C:\sayhello\hello.csv" -SmtpServer "192.1.2.1"
Exit mobile version