메일보내기 소스만들기.(idea만)

Unix/Linux 2007/07/24 22:13
지나가던 사람이 한 스님에게 물었다.

How to write c program for sending mail?


스님이 대답하길...

Unless you can find some SMTP cleint libraries, you're hosed. Of course, if you're on UNIX, you can always invoke system commands, like "mail" or "mailx". Or write custom scripts for sending mail and invoke them from C, using system call "system()".

스님 거참....
top

Trackback Address :: http://www.microstrong.pe.kr/tt/trackback/14

Write a comment


◀ PREV : [1] : .. [10] : [11] : [12] : [13] : [14] : [15] : [16] : [17] : [18] : .. [26] : NEXT ▶