-
smtp 服务器.实现邮件的传送,是一个很简短,很好的例子,适合与毕业设计和初学者...
smtp 服务器.实现邮件的传送,是一个很简短,很好的例子,适合与毕业设计和初学者-smtp server. Mail delivery is a very brief, very good example. suitable for graduates with the design and beginners
- 2022-10-11 10:20:03下载
- 积分:1
-
有必要提供SMTP服务器信息的程序,夹带附件,…
本程序需要设置smtp服务器信息,可以夹带附件,点击菜单栏preference->sendMail即可发送。-the procedures necessary to provide smtp server information, entrainment annex, Click on the menu bar preference-
- 2023-03-07 00:45:03下载
- 积分:1
-
VC asyncsendmail
VC异步发送邮件
- 2022-03-21 04:00:18下载
- 积分:1
-
通过网络流行的MAIL程序修改得到的,能自由连接现有大部分服务器,使用SMTP服务直接发送邮件。...
通过网络流行的MAIL程序修改得到的,能自由连接现有大部分服务器,使用SMTP服务直接发送邮件。-through the network popular MAIL be revising the procedures, which will connect the existing freedom of the majority of servers, the use of SMTP service direct mail.
- 2022-02-09 13:40:21下载
- 积分:1
-
C# mail (WINform) to hasten our own mail and the limited time available to try b...
用C#发送邮件(WINform) 赶快给自己发封邮件试试 因为时间有限所以写得比较急~!-C# mail (WINform) to hasten our own mail and the limited time available to try because there is more anxious to write ~!
- 2022-01-30 14:33:21下载
- 积分:1
-
汽车检测
你好,我是一名学生在第三年周期工程师我试着做一个项目结束 concernat 研究对象的城市交通 (4 轮驱动及 2 轮摩托车,例如) 检测是您可以在 visual studio 2010 和 opencv 2.4.8 与谢谢你这个项目上的 m "help
- 2022-10-02 08:35:04下载
- 积分:1
-
perl language based on the mail server, using web mail form Transceivers
基于perl语言的邮件服务器,采用web方式进行收发邮件-perl language based on the mail server, using web mail form Transceivers
- 2022-03-10 13:25:12下载
- 积分:1
-
android foxmail
This ia an Android program about foxmail.You can modify it and run at android 2.3.First,you must learn about Socket program.
- 2022-01-26 06:16:50下载
- 积分:1
-
很有用的邮件察看程序,根据邮件存放目录加载了已接收的邮件,并可将新接收的邮件自动保存到相应的邮件目录中,对完成又完整功能的邮件接收程序很有帮助!...
很有用的邮件察看程序,根据邮件存放目录加载了已接收的邮件,并可将新接收的邮件自动保存到相应的邮件目录中,对完成又完整功能的邮件接收程序很有帮助!-useful to look at the mail procedures, according to catalog mail storage has been receiving a load of mail, could be receiving new mail automatically saved to the corresponding e-mail directory, to complete the full functionality also receive mail procedures helpful!
- 2022-07-22 14:05:07下载
- 积分:1
-
邮件发送代码
package util;
import java.io.Serializable;
public class MailContract implements Serializable{
/**
* serialVersionUID:TODO
* @since Ver 1.1
*/
private static final long serialVersionUID = 1L;
/**发件人*/
private String sender;
/**发件人密码*/
private String pwd;
/**收件人*/
private String recipient;
/**邮件标题*/
private String title;
/**邮件内容*/
private String context;
public String getSender() {
return sender;
}
publi
- 2022-11-10 20:35:04下载
- 积分:1