meatball1982 发表于 2016-3-17 13:14:55

mathematica sendmail 发邮件 163.com


send mail 的mathematica 格式.

SendMail["To" -> "yourname@163.com",
"Subject" -> "Example Message", "Body" -> "My text",
"From" -> "yourname@163.com", "Server" -> "smtp.163.com",
"UserName" -> "yourname@163.com", "Password" -> Automatic,
"PortNumber" -> 465, "EncryptionProtocol" -> "StartTLS"]在等,好像也没成功.

页: [1]
查看完整版本: mathematica sendmail 发邮件 163.com