Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: k3ldar/fbSmtpUDF

fbSmtpUdf v1.3.0

06 Mar 19:38

Choose a tag to compare

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.

fbSmtpUdf v1.2.0

05 Mar 20:05

Choose a tag to compare

Version 1.2 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.

fbSmtpUdf v1.1.0

01 Mar 19:35

Choose a tag to compare

Version 1.1 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.

Firebird SMTP UDF v1.0

12 Jul 17:08

Choose a tag to compare

Version 1.0 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.