select open change scope Open full search

PG.CENTER connects PostgreSQL documentation, reference, and ecosystem knowledge. Maintained by Pigsty.

Extensions / Utilities

pgsmtp

Send SMTP email and file attachments from PostgreSQL using untrusted PL/Python functions.

pgext.cloud · Source code · Documentation · Control file · PGXN

Overview

Packagepgsmtp
Version0.1.1
PostgreSQL versions10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18
RepositoryUnspecified
Extension typeSQL only
Requires CREATE EXTENSIONYes
Requires preloadNo
TrustedNo
RelocatableYes
Schemapgsmtp
Stars5
Latest commit2024-05-20
Latest release2015-06-28
Catalogue updated2026-08-30

Related extensions

Requires

plpython3uPL/Python3U untrusted procedural language

See also

pg_smtp_clientPostgreSQL extension to send email using SMTP
fakerWrapper for the Faker Python library
multicornFetch foreign data in Python in your PostgreSQL server.
pg_sendmailSends email from SQL by invoking a sendmail-compatible executable at a fixed server path.
emailEmail address data type with validation, equality operators, and user/domain helper functions.
pg_normalize_emailNormalize email addresses in PostgreSQL
pg_html5_email_addressPostgreSQL email validation that is consistent with the HTML5 spec
emailaddrEmail address type for PostgreSQL