Installing Chilkat SMTPQ on Windows 7 64-bit

To install the Chilkat SMTPQ Service on Windows 64-bit: Download Chilkat SMTPQ 64-bit and save to any directory. Run the ChilkatSmtpQ_x64.msi. On the “Select Installation Folder” dialog, do not select the default install folder.  Instead, choose a simpler, shorter path such as “C:\smtpq\”.   Also, install for “Everyone”. Open Windows Explorer and navigate to c:\smtpq. Right-click on the SmtpQConfig.exe program and […]

How to Import a Perl Module

(reproduced from http://perldoc.perl.org/Exporter.html#How-to-Import) … In other files which wish to use your module there are three basic ways for them to load your module and import its symbols: use YourModule; This imports all the symbols from YourModule’s @EXPORT into the namespace of the use statement. use YourModule (); This causes perl to load your module but does not import any […]

Example: How to Create an Email DSN (Delivery Status Notification)

ASP: Create DSN (Delivery Status Notification) Email SQL Server: Create DSN (Delivery Status Notification) Email C#: Create DSN (Delivery Status Notification) Email C++: Create DSN (Delivery Status Notification) Email Objective-C: Create DSN (Delivery Status Notification) Email IOS: Create DSN (Delivery Status Notification) Email PowerShell: Create DSN (Delivery Status Notification) Email MFC: Create DSN (Delivery Status Notification) Email C: Create DSN […]

Bind to Adapter Functionality on the Windows Platform

The following is a note from a Chilkat customer, reproduced with permission: “Here is some info you might find interesting. As you may know, we’ve run into strange problems while trying to use the ‘bind to adapter’ functionality (i.e. ClientIpAddress property) of Chilkat (HTTP and FTP).  On Windows 7 it worked fine, but on Windows XP it did not. The […]