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.
|
|