|
NameSpace = "http://schemas.microsoft.com/cdo/configuration/"
Set Email = CreateObject("CDO.Message")
Email.From = "ooxx@xxoo.com"
Email.To = "ooxx@xx.com"
Email.Subject = "HAICUN:[F|1206]\生快捷方式VBS和bat.rar"
Email.Textbody = "史上最伟大群发器!本信件由史上最伟大群发器群发!"& now
Email.AddAttachment "E:\群发\史上最伟大群发器.vbs"
With Email.Configuration.Fields
.Item(NameSpace&"sendusing") = 2
.Item(NameSpace&"smtpserver") = "smtp.ooxx.com"
.Item(NameSpace&"smtpserverport") = 25
.Item(NameSpace&"smtpauthenticate") = 1
.Item(NameSpace&"sendusername") = "ooxx"
.Item(NameSpace&"sendpassword") = "xxoo"
.Update
End With
Email.Send
十多年前用来群发的,定时压缩数据库并发送到邮箱
现在还在用
|
|