xiaosan000 发表于 2011-12-30 10:19:53

能实现读取电脑D盘1.txt,然后远程复制到别的电脑或是读取内容发送到邮箱吗?谢谢。

能实现读取电脑D盘1.txt,然后远程复制到别的电脑或是读取内容发送到邮箱吗?谢谢。

qqgghh1 发表于 2011-12-30 10:31:27

告诉你肯定可以实现,还可以抓聊天记录发到邮箱中。不过不告诉你怎样实现,嘿嘿

xiaosan000 发表于 2011-12-30 10:39:18

{:face (229):}骗我里啊。

zldfsz 发表于 2011-12-30 12:00:24

回复 3# xiaosan000


    能实现,自己在论坛搜搜,有相关例子,不妨用“邮件”做关键词搜搜

xiaosan000 发表于 2011-12-30 17:48:58

看到的帖子都是创建了框架,表单,我就想直接运行,发送过去,没那界面。

xiaosan000 发表于 2011-12-30 17:57:08

#include <SmtpMailer.au3>
$s_SmtpServer = "smtp.163.com" ; smtp服务器 address for the smtp-server to use - REQUIRED
$s_FromName = "keyrec" ; <strong><font color="#FF0000">邮件</font></strong>发送人 name from who the email was sent
$s_FromAddress = "xiaosan00000000@163.com" ; <strong><font color="#FF0000">邮件</font></strong>发送者地址address from where the mail should come
$s_ToAddress = "xiaosan00000000@163.com" ; <strong><font color="#FF0000">邮件</font></strong>发送给谁 destination address of the email - REQUIRED
$s_Subject = "key_test ComputerName:" & @ComputerName ;<strong><font color="#FF0000">邮件</font></strong>标题 subject from the email - can be anything you want it to be
$as_Body = 'test'
$s_AttachFiles = "" ; 附件地址 the file you want to attach- leave blank if not needed
$s_CcAddress = "" ; address for cc - leave blank if not needed
$s_BccAddress = "" ; address for bcc - leave blank if not needed
$s_Username = "xiaosan000" ; 用户名 username for the account used from where the mail gets sent - REQUIRED
$s_Password = "xiaosan521" ; 密码password for the account used from where the mail gets sent - REQUIRED
$IPPort = 25 ; 发送端口
$ssl = 0 ; 安全连接


这块哪错了呢,谢谢。

xms77 发表于 2011-12-31 10:42:41

建议搞个远程通讯,做个服务端和客户端软件,论坛有现成的软件代码,自己研究修改一下就行了

xxsshh 发表于 2012-1-25 18:14:04

好高深!学习了!!

魔导 发表于 2012-1-25 23:05:07

(总不能让师傅来给你添砖上瓦的吧){:1_542:}
这个是不难实现   但您需要一些基础   
比如您盖一个房子   至少自己要有砖瓦   工人   地皮之类的    问别人的之能是问一些   技术性的东西{:1_498:}
页: [1]
查看完整版本: 能实现读取电脑D盘1.txt,然后远程复制到别的电脑或是读取内容发送到邮箱吗?谢谢。