pg_utl_smtp v1.0 released

From: HexaCluster via PostgreSQL Announce <announce-noreply(at)postgresql(dot)org>
To: PostgreSQL Announce <pgsql-announce(at)lists(dot)postgresql(dot)org>
Subject: pg_utl_smtp v1.0 released
Date: 2026-01-22 06:22:07
Message-ID: 176906292734.761.10690707474509478510@wrigleys.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-announce

Grenoble, France - January 20, 2026

## PostgreSQL UTL_SMTP compatibility extension

pg_utl_smtp is a PostgreSQL extension to create, manage and use Oracle-style
UTL_SMTP package. The use and behavior is just like with the UTL_SMTP Oracle
package. This work is released from the [HexaRocket](https://hexarocket.com)
project.

This extension allows email notifications to be sent from triggers or stored
procedures. By integrating the extension directly into the database, you can
trigger data-driven actions without waiting for application intervention.
Examples include security alerts or notifications when certain minimum thresholds
are reached.

pg_utl_smtp v1.0.0 has been released, this is the first release of the extension
which is compatible from PostgreSQL 12 to current.

This extension uses plperl stored procedures based on the Net::SMTP Perl module
to provide the procedures of the UTL_SMTP package.

## Links & Credits

pg_utl_smtp is an open project under the PostgreSQL license created by Gilles Darold at
[HexaCluster Corp.](https://hexacluser.ai/) as part of the [HexaRocket](https://hexarocket.com/)
migration solution. Any contribution to build a better tool is welcome. You can
send your ideas, features requests or patches using the GitHub tools.

**Links :**

* Download: [https://github.com/HexaCluster/pg_utl_smtp/releases/](https://github.com/HexaCluster/pg_utl_smtp/releases/)
* Support: use GitHub report tool at [https://github.com/HexaCluster/pg_utl_smtp/issues](https://github.com/HexaCluster/pg_utl_smtp/issues)

## About pg_utl_smtp

The pg_utl_smtp extension is an original work of [HexaCluster Corp.](https://hexacluster.ai/), HexaCluster is specialized in migration to PostgreSQL and PostgreSQL support. If you need more information please [contact us](https://hexacluster.ai/contact-us)

Documentation at [https://github.com/HexaCluster/pg_utl_smtp#readme](https://github.com/HexaCluster/pg_utl_smtp#readme)

Browse pgsql-announce by date

  From Date Subject
Next Message Nordic PGDay via PostgreSQL Announce 2026-01-26 11:36:25 Nordic PGDay 2026 - Schedule is posted!
Previous Message pgBackRest Community via PostgreSQL Announce 2026-01-20 11:56:00 pgBackRest 2.58.0 Released