Is there some way to do it using libcurl some libcurl API or something
On 8/26/10, Dan Fandrich <[email protected]> wrote: > On Thu, Aug 26, 2010 at 10:07:46AM +0530, Harshdeep Singh wrote: >> Hi, >> I am using SMTP with libcurl to send out mail. What i wanted to know is >> there some way we can attach a file to the mail using libcurl. > > The standard way to attach a file to a message is to use MIME. Your app > will need to format an appropriate MIME message which is then sent to the > mail server by libcurl. > >>>> Dan > ------------------------------------------------------------------- > List admin: http://cool.haxx.se/list/listinfo/curl-library > Etiquette: http://curl.haxx.se/mail/etiquette.html > ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
