Skip to content

fbSmtpUdf v1.3.0

Latest
Compare
Choose a tag to compare
@k3ldar k3ldar released this 06 Mar 19:38

Version 1.3 supports Windows server (x64 and x86)

Send SMTP emails directly from within Firebird, using triggers or stored procedures.

The UDF can work in two ways, you can either send messages directly, or queue messages for sending via another internal managed thread.

If you send messages directly you could possibly delay the execution of the procedure or trigger whilst communication with remote SMTP server takes place.