]> granicus.if.org Git - curl/commit
example: add smtp-multi.c
authorDaniel Stenberg <daniel@haxx.se>
Thu, 4 Nov 2010 09:32:38 +0000 (10:32 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 4 Nov 2010 09:32:38 +0000 (10:32 +0100)
commit909e711e745fe6b23f18dc9780e28a4e19d1a53a
treed2257ee2b906362e3c03a75f0819d1b085bd8d35
parentd95b67f4092c5f35ea615aba085b44ce9ae92243
example: add smtp-multi.c

An example application source code sending SMTP mail with the multi
interface. It is based on the code Alona Rossen provided, which in turn
is based on existing example/test code, and I converted it even more
into a decent example with a fair multi API use, put the info required
to edit at the top and I added some comments.
docs/examples/Makefile.inc
docs/examples/smtp-multi.c [new file with mode: 0644]