Chilkat v11.3.0 Release Notes

Pinned December 16, 2025

  The main features of this release focus on Chilkat’s Ai class, enabling interactive AI response streaming directly into embedded desktop application browsers. It supports Azure, custom base URLs for OpenAI-compatible providers, and local providers like Ollama. ✨ New Features Ai Real-Time Streaming AI Responses to Embedded Browsers in Desktop Apps — Stream AI responses […]

Chilkat v11.2.0 Release Notes

Pinned November 3, 2025

Previous Version: Chilkat v11.1.0 Release Notes The main addition in v11.2.0 is the Chilkat.Ai class, and the Chilkat.StringBuilder.MarkdownToHtml method. Ai: The Chilkat AI class provides a unified API for interacting with different AI providers: OpenAI, Google, Claude, xAI, Perplexity, and DeepSeek. It provides functionality for conversation management, multimodal inputs, and streaming mode. Markdown to HTML […]

Semantic Versioning Starting with Chilkat 10.0.0

Pinned September 26, 2024

Starting with the v10.0.0 release (end of September 2024), Chilkat moves to standard semantic versioning.   Prior to this release, for various technical reasons, Chilkat was stuck with versions 9.5.0.xx, where only xx changed. For this first leap to semantic versioning, where the major version changes to 10 (from 9), there are no backward incompatible changes.  […]

SMTP over HTTP Proxy

November 30, 2009 in Uncategorized

ASP: SMTP using HTTP Proxy SQL Server: SMTP using HTTP Proxy C#: SMTP using HTTP Proxy C++: SMTP using HTTP Proxy MFC: SMTP using HTTP Proxy C: SMTP using HTTP Proxy Delphi: SMTP using HTTP Proxy Visual FoxPro: SMTP using HTTP Proxy Java: SMTP using HTTP Proxy Perl: SMTP using HTTP Proxy PHP: SMTP using […]

Mailman.VerifyRecipients — Caution.

November 6, 2009 in Uncategorized

Question: I started using MailMan.VerifyRecipients to periodically check bad email addresses and within one week of using the method the server was blacklisted. Is this something you have heard of? or just coincidence? Answer: I haven’t heard of this before — thanks for letting me know. I suspect the reason is that VerifyRecipients works by […]

Verify Email Address?

September 24, 2009 in Uncategorized

Question: Can one test if a specific email address is OK before sending? Answer: The answer to this question is located here: http://www.chilkatsoft.com/p/p_235.asp

Verify Email Delivery?

September 24, 2009 in Uncategorized

Question: Is it possible to check if an email is delivered properly? Answer: The Chilkat MailMan is an SMTP client. It connects to an SMTP server to initiate the delivery of email. Typically you would connect to your company’s or ISP’s SMTP server. If the email is to be sent elsewhere, the SMTP server relays […]

Sent Email not Found in Exchange’s “Sent Items” Folder?

September 21, 2009 in Uncategorized

Question: After I send an email using Chilkat, I don’t see the email in the “Sent Items” folder in Exchange. How can this be done? Is it possible? Answer: The “Sent Items” folder is specific to Exchange/Outlook — it is not part of the SMTP protocol. You may use Chilkat IMAP to “append” a copy […]

Exchange Server – POP3, IMAP, and SMTP

September 15, 2009 in Uncategorized

Question: May I ask if is possible use Chilkat components to connect to MS Exchange 6.5 and higher ? I am thinking about purchase of MailMan component or other as it is, however I would like read some example in C# for reading emails from Exchange and sending emails via Exchange after connecting to the […]

BounceAddress w/ SendMimeBytes and SendMime

September 8, 2009 in Uncategorized

Question: I use SendMimeBytes Method of Mailman object to send Domain Keys Verified e-mails. But when I use this method  I can’ t use BounceAddress property to set up bounce addresses. For this reason I can’t get bounced e-mails as I want. When I use SendMail Method everything is ok. What should I do to […]

Failed to get initial SMTP response..

March 18, 2009 in Uncategorized

Question: I have 21 text message service applications running on a single PC. These apps send out weather alerts to radio station listeners several times a day. Each may have a few subscribers to a few hundred subscribers, so at the top of the hour, the messages for the people signed up for that hour […]

Ms-Exch-SMTP-Submit Permissions problem seems like invalid login/password

March 16, 2009 in Uncategorized

This just came to our attention. When sending email using Exchange Server, a Ms-Exch-SMTP-Submit Permissions problem seems like an incorrect login/password error. A sample of the Chilkat.MailMan’s LastErrorXml is shown below. To get more information, Google “Ms-Exch-SMTP-Submit permission”… <ChilkatLog> <SendEmail> <DllDate>Mar 6 2009</DllDate> <UnlockPrefix>anything for 30-day trial</UnlockPrefix> <Username>***</Username> <Component>Java</Component> <Recipients> <NumTo>1</NumTo> <To>***</To> <NumCC>0</NumCC> <NumBCC>0</NumBCC> </Recipients> […]