Now Shipping Version 2.0! |
Easily send e-mail directly from your custom applications. Works with all
32-bit Windows development environments and includes Paradox, Access, and Visual Basic examples.
 |
$29.95

|
psSendMail, $29.95

Click to Enlarge |
|
psSendMail is a Windows DLL that provides the ability to send e-mail messages. The purpose of this DLL is to make e-mail capability possible for those development environments that
are capable of communicating with a DLL but cannot send e-mail directly.
There are two interfaces to the DLL. The first interface, or Standard Interface, does not limit the length of the strings passed into each of the functions. This allows the calling
program to add as many addresses as desired in the To, CC, and BCC fields. It also allows for unlimited length in the subject and the body of the e-mail. The downside, however, to this
interface is that the calling program must make a call to each step in the process and must utilize PChars (Pointer to array of character, null terminated). The second interface, or Quick
Send Interface, is a wrapper function that internal makes a call to each of the appropriate functions from the first interface. The downside to this interface is that you cannot supply
CC or BCC addresses and the To, Subject, and Message Body are each limited to 255 characters, but they are passed as standard strings.
Download Demo Version
This demo version of the DLL is a FULLY FUNCTIONAL version of psSendMail with ONE nag screen the FIRST time you make a call to the DLL.
Requirements
- 32-bit Windows development environment capable of calling DLLs
- SMTP Server (used to send emails, you can use the SMTP server provided by your ISP)
Frequently Asked Questions
Q. I currently have a one page Paradox report generated by ObjectPAL which I print out and fax to my customers. What I would like to do is send this report via email instead of printing
it out and then physically going to the fax machine to fax it out. Can I send this as an email attachment via psSendMail? Will the recipient need Paradox installed?
A. Yes, you can send "any" file via email. In this situation you might want to print it to file (for example with a PDF writer) so that you don't have to send the data with the report.
The recipient does not need Paradox. They just need a regular email account.
psSendMail Knowledge Base
|