On Fri, Feb 7, 2014 at 11:06 AM, Simon Slavin <[email protected]> wrote:
> On 7 Feb 2014, at 9:59am, Vairamuthu <[email protected]> wrote: > > > Thanks for your response, it will be great help if you can get me some > > sample code or algorithms, on that. > > That would depend on what programming language you are using and what > access it has to any method of sending mail. However you do it, it won't > be done inside SQLite so it won't be anything to do with this mailing list. Right. And to get you started, assuming you are using SQLite from C/C++, here are a few links: http://en.wikipedia.org/wiki/Simple_Mail_Transfer_Protocol http://libsmtp.berlios.de/ http://www.vmime.org/ http://curl.haxx.se/libcurl/c/smtp-tls.html http://libsmtpc.nerdfeliz.com/ http://stackoverflow.com/questions/8995476/what-is-the-most-used-and-flexible-smtp-client-library-in-c-c Otherwise many programming languages have this built-in as part of their "standard library" or "frameworks", like Perl, Python, Java, .NET, Go, etc... --DD _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

