由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - How to send email in C program.
相关主题
how to automatically send email with attachments in Perl?coconut 申请 unix BZ
How to use sendmail to send attachment[转载] Re: 请问unix下如何编写图形界面
How to block emails from certain IP on UNIX?C++ Help under UNIX
How to use Chinese under Unix ?How to debug C program in Unix
help: automatically forward emails from a unix serverWhat's C++ compliler on Tru64 Unix?
请问怎么block email?关于CPU时间急问!
Read Unix mails in WindowsUnix上C++函数求救
Display problem: which dot files?请问哪能找到关于UNIX下C++编写GUI的资料或源代码
相关话题的讨论汇总
话题: send话题: need话题: program话题: emails话题: email
进入Unix版参与讨论
1 (共1页)
s*****l
发帖数: 19
1
Need to send emails to one or several recepients in C/C++
code on UNIX(HP).
The status of the emails need to be saved and can be checked
later. Any suggestions are welcome. THanks.
l*l
发帖数: 225
2
1)
ststem, execl, execlp, execle, execv, execvp
来调用 sendmail 或者 mail .
2)
要不你自己写连接 tcp/25
然后 send helo, vrfy, rcpt, data,
然后send message 就可以了.
其实你这样写的话就相当于写了一个简单的 mail 发送程序. 何苦呢?

【在 s*****l 的大作中提到】
: Need to send emails to one or several recepients in C/C++
: code on UNIX(HP).
: The status of the emails need to be saved and can be checked
: later. Any suggestions are welcome. THanks.

1 (共1页)
进入Unix版参与讨论
相关主题
请问哪能找到关于UNIX下C++编写GUI的资料或源代码help: automatically forward emails from a unix server
请问在Unix下面的C++程序Bus Error是什么错?请问怎么block email?
help!how to program C and C++(mixed)Read Unix mails in Windows
any popular C++ socket library?Display problem: which dot files?
how to automatically send email with attachments in Perl?coconut 申请 unix BZ
How to use sendmail to send attachment[转载] Re: 请问unix下如何编写图形界面
How to block emails from certain IP on UNIX?C++ Help under UNIX
How to use Chinese under Unix ?How to debug C program in Unix
相关话题的讨论汇总
话题: send话题: need话题: program话题: emails话题: email