David
Think again!
CnBlogs
Home
New Post
Contact
Admin
Rss
Posts - 29 Articles - 2 Comments - 20
07 2009 档案
Powershell: Send mail with attachment 【Update】
摘要: $sender = "sender@company.com" $recipient = "recipient@company.com" $server = "<<SMTP Server>>" $date = get-date$file = "D:\test.txt" $msg = new-object System.Net.Mail.MailMessage $msg.Fro...
阅读全文
posted @
2009-07-06 15:43
David 阅读(122) |
评论 (0)
编辑
公告