File Details |
|
File Size | 0.5 MB |
---|---|
License | Shareware, $69.95 |
Operating System | Linux, Windows 2000/9x/Server 2003/XP |
Date Added | September 20, 2004 |
Total Downloads | 725 |
Publisher | N-Networks |
Homepage | PSP_Mail |
Publisher's Description
PSP_Mail is PL/SQL package which wraps around Oracle8i standard UTL_SMTP package and extends it by providing simple interface to send virtually any type of e-mail from an Oracle8i application. Automatic DNS lookups, support for LOB/BFILE attachments, message and headers encoding using Base64 and other useful features, combined into one easy to use package. Forget external OS-specific scripts and tools - this does it all by itself.
Latest Reviews
andrew_toropov reviewed v1.32 on Dec 23, 2002
WHATS NEW IN VERSION 1.32
Below is summary of changes and enhancements implemented in PSP_Mail Version 1.32 since Version 1.31.
! Exposed MXLookup function, which was previously used only internally. This function allows performing
DNS queries for MX for host or domain. This function always performs DNS query regardless the
ALWAYS_RELAY setting while getMXForEmail always returns default relay server address if
ALWAYS_RELAY is set to TRUE. See Users Guide for function reference and examples.
! LOB arguments to SendMailXXX functions are no longer IN OUT. All LOBs are now read-only and their
state is unaltered during mail assembly and transfer.
! Package now uses UTL_SMTP.WRITE_RAW_DATA() to avoid automatic conversion of message content
to US7ASCII and allow for correct 8-bit data transfers. Encoding messages and headers composed in
national character sets to Base64 or quoted-printable is now optional; PSP_Mail sets 8bit content
transfer encoding for messages by default if different encoding is not specified in OTHER_HEADERS
argument.
! Optimized UTL_B64 package LOB operations: added LOB write buffering and minimized LOB write calls,
made all LOB arguments IN to enable using LOB-related functions in SQL. Package upgraded to
v1.1.0005
andrew_toropov reviewed v1.32 on Dec 23, 2002
WHATS NEW IN VERSION 1.32
Below is summary of changes and enhancements implemented in PSP_Mail Version 1.32 since Version 1.31.
! Exposed MXLookup function, which was previously used only internally. This function allows performing
DNS queries for MX for host or domain. This function always performs DNS query regardless the
ALWAYS_RELAY setting while getMXForEmail always returns default relay server address if
ALWAYS_RELAY is set to TRUE. See Users Guide for function reference and examples.
! LOB arguments to SendMailXXX functions are no longer IN OUT. All LOBs are now read-only and their
state is unaltered during mail assembly and transfer.
! Package now uses UTL_SMTP.WRITE_RAW_DATA() to avoid automatic conversion of message content
to US7ASCII and allow for correct 8-bit data transfers. Encoding messages and headers composed in
national character sets to Base64 or quoted-printable is now optional; PSP_Mail sets 8bit content
transfer encoding for messages by default if different encoding is not specified in OTHER_HEADERS
argument.
! Optimized UTL_B64 package LOB operations: added LOB write buffering and minimized LOB write calls,
made all LOB arguments IN to enable using LOB-related functions in SQL. Package upgraded to
v1.1.0005