Subject FB Smtp UDF v1.0
Author Si Carter
Hi,

I have created a UDF library for directly sending SMTP messages via triggers and stored procedures.

This release covers windows x86 and x64 releases (only tested on fb 3.x) and works in 2 ways, they are:

Direct Send - Email is sent directly and the result of the send is available immediately (this could be subject to normal network delay).

Queue - The library can optionally queue messages which are then sent on a dedicated thread every 10 seconds or so.

Includes functions to test if results of sending the emails.

This is also released as open source, the download link is:


kind regards

Si