开发者

Sending Emails in C

I was wondering if 开发者_运维技巧there was any way to send an email from C. Perhaps like the email managing functions available in the php library?


I have used libESMTP from uklinux.net before and it works pretty well.


  1. Checkout this answer : email in c language
  2. You could execute software that does it for you. Here is an example: send email form command line
  3. Check out libquickmail. It is especially designed to be small and easy to use in C programs. Attachments are also supported.
  4. Send Email in Visual C++ : Tutorial

BTW,This is much easier in Python than c or c++.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜