资源简介
外国人写的email 发送程序
Usually, when we send an email, we need to login to a known email service provider's SMTP server and deliver the email
using that server. If we add the send email functionality to a software, the user needs to configure an SMTP server address,
the username, and the password. Why not send an email to the receiver's SMTP server directly? Because the receiver's server
doesn't need authorization, otherwise you can only receive email when the sender knows your account password. I think
many programmers have been asking this question, so I explored the issue.
代码片段和文件信息
using System;
using System.Windows.Forms;
namespace QiHe.CodeLib
{
///
/// Represents the file type.
///
public enum FileType
{
///
/// Txt file
///
Txt
///
/// Rtf file
///
Rtf
///
/// Html file
///
Html
///
/// xml file
///
xml
///
/// PDF file
///
PDF
///
/// Bin file
///
Bin
///
/// Zip file
///
Zip
///
/// I
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 36864 2008-06-05 15:24 bin\Release\EmailSender.exe
文件 9116 2008-05-16 15:46 CodeLib\FileSelector.cs
文件 4577 2008-06-04 13:24 CodeLib\Net\Dns\DnsMessage.cs
文件 14351 2008-06-04 19:33 CodeLib\Net\Dns\DnsMessageCoder.cs
文件 2802 2008-06-04 15:53 CodeLib\Net\Dns\DnsQuery.cs
文件 1170 2008-06-04 15:08 CodeLib\Net\Dns\DnsResource.cs
文件 511 2008-06-04 13:39 CodeLib\Net\Dns\MailExchange.cs
文件 10225 2008-06-05 13:53 CodeLib\Net\DomainNameUtil.cs
文件 2815 2008-06-04 19:13 CodeLib\Net\EmailSender.cs
文件 1793 2008-06-05 15:24 MiscTools\EmailSender\MainForm.cs
文件 11463 2008-06-05 15:24 MiscTools\EmailSender\MainForm.Designer.cs
文件 495 2008-06-04 17:53 MiscTools\EmailSender\Program.cs
文件 5814 2008-06-05 15:24 MiscTools\EmailSender\MainForm.resx
文件 6218 2006-11-07 13:25 UI\Controls\FileBrower.cs
文件 5814 2006-11-07 11:58 UI\Controls\FileBrower.resx
文件 3503 2008-06-04 19:06 EmailSender.csproj
文件 910 2008-06-04 17:51 EmailSender.sln
相关资源
- C# pop3 邮件接收程序
- C# 邮件群发示例 源码下载18952
- 基于com串口的文件发送和接收
- winds服务,发送邮件且禁用违法规则的
- C# 如何检查邮件数量
- EMAIL发送对象
- 内部邮件收发系统(不支持smtp)
- asp.net 邮件类库项目源码
- C# 发送彩信
- 调用OutLook发送邮件
- 发送与接收邮件
- ASP.Net(CSharp)OA 本毕业设计首先介绍
- SendKeys C#使用SendKeys发送组合键
- mail POP协议收信
- C#实现邮件的发送和接收smtp发送+pop
- C#调用ffmpeg录屏并通过网络发送出去
- c#发送邮件(可以添加附件)
- c#中关于udp实现可靠地传输(数据包的
- C#UDP传送
- C# serialport 串口发送与接收数据操作
- 实现C#发送图片功能
- ModBus协议发送数据——从机和主机程
- C#发送短信到手机
- c# 异步socket(能发送文本文件和数据
- 多功能QQ邮件发送(C# 源码)
- .net windows 蓝牙串口控制蓝牙设备发送
- C#邮件自动接收分析提取邮件地址哈希
- 基于unity3D串口通信程序,可以实现发
- unity通过http发送和接收数据14926
- C# 串口通信Winfrom 程序,检测串口 发
评论
共有 条评论