ChilKat Email Library Import

Windows specific forum
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

ChilKat Email Library Import

Post by Karbon »

Has anyone done any work with the ChilKat libraries? I'm looking for an email library (really just an SMTP library), that supports SSL/TLS (GMail, etc). I'd like it as a "plain" DLL but most places only offer what they call "VC++ Libraries" and I'm not sure which versions are appropriate to try to use with PB (They have VC7,8, etc versions) nor how to make use of those libraries with PB..

http://www.chilkatsoft.com/downloads.asp

If anyone has any other suggestions of a good SMTP library that supports SSL/TLS and works with PB please do let me know.

Thanks!
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
USCode
Addict
Addict
Posts: 923
Joined: Wed Mar 24, 2004 11:04 pm
Location: Seattle

Post by USCode »

Hi Mitch,
Did you happen to ping ChilKat directly to see if they offer a DLL that would work with PB? I just happen to find their website today and they offer an awesome array of useful libraries.
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post by Karbon »

No, I didn't contact them. I've tried that before with other companies and stopped doing it. Not very many places develop a non-ActiveX DLL anymore.

However, a fellow ASP member owns this company : http://www.weonlydo.com/ and he has sent me a "plain" DLL version of his wodSMTP component and an example in C. I've only just received these so I haven't had time to convert it all to PB but I see no reason it won't work.
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Post Reply