开发者

Sending Emails in C

开发者 https://www.devze.com 2023-03-26 03:39 出处:网络
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

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

精彩评论

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