-
这是可以用来开发类库的SMTP协议支持登录亲…
bcb开发可以用到的smtp协议类库,支持login协议。-BCB can be used to develop class library smtp agreement to support the login protocol.
- 2022-03-21 20:20:50下载
- 积分: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
-
vb中使用outlook express的Email客户端
vb中使用outlook express的Email客户端-vb use outlook express Email Client
- 2022-07-26 23:51:08下载
- 积分:1
-
用C程序挽救Foxmail中的邮件
用C程序挽救Foxmail中的邮件-C procedures to save the mail Foxmail
- 2022-03-17 15:57:19下载
- 积分: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
-
smtp发邮件程序,支持加密/签名
smtp发邮件程序,支持加密/签名-smtp sends the mail procedure, supports the encryption/to sign
- 2022-10-23 20:25:03下载
- 积分:1
-
用c#实现能过socket连接smtp实现发送邮件及附件的小程序,通常可用来定时通知什么的...
用c#实现能过socket连接smtp实现发送邮件及附件的小程序,通常可用来定时通知什么的-with c# socket connections will be a realization smtp mail attachments and small programs, usually can be used to regularly informed of what
- 2022-02-12 16:02:33下载
- 积分:1
-
SMTP邮件发送源码
c/c++实现SMTP邮件发送,功能简洁实用,可供大家参考交流。
- 2022-08-13 14:47:14下载
- 积分:1
-
vb。net编程,发送email
vb。net编程,发送email-vb. Net programming, email
- 2022-01-25 14:27:33下载
- 积分:1
-
web邮件功能,可以高效的处理在线邮件服务。支持pop3/smtp等常规功能...
web邮件功能,可以高效的处理在线邮件服务。支持pop3/smtp等常规功能-web mail feature, you can efficiently deal with the online mail service. Conventional features such as support for POP3/SMTP
- 2022-02-25 06:48:58下载
- 积分:1