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)

Reply via email to