搜索资源列表
sendmail
- 带附件的Java邮件发送程序,可以用在如下情况: 1.需要定期的自动将某个文件以邮件的方式发送到目的邮箱。 2.“定期执行”需要由系统定制计划任务在调用批处理文件(或shell)在完成。 3.程序也包含了一个简单文件比较功能:将存在于A文件而不存在于B文件的记录挑出来生成到C文件中。
chuancyoujian
- 可以嵌入到你的系统中去发送简单的邮件内容(特别适用于后台发送邮件的要求),直接函数调用就行了(调用方式参见WinMain())。-Can be embedded into your system to send a simple message content (especially for the requirements of mail in the background), a direct function call on the line (see method calls WinMa
cShellExecute
- C程序调用ShellExecute函数打开发邮件的OutLook程序,编译成功后会生成一个命令提示符可执行程序,打开后显示:确认打开邮件收发程序!(Y/N),如果选择Y,则调用Windows系统的OutLook程序,进行邮件发送,向读者演示如何在C语言中调用ShellExecute函数。-C program calls the ShellExecute function is to fight the development OutLook mail program, compiled afte