From: | "Branden R(dot) Williams" <brw(at)brw(dot)net> |
---|---|
To: | <pgsql-hackers(at)postgresql(dot)org>, <pgsql-announce(at)postgresql(dot)org> |
Subject: | pgMail 1.1 Released. |
Date: | 2001-05-02 02:22:15 |
Message-ID: | Pine.LNX.4.33.0105012112300.14960-100000@altair.kickinit.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-announce pgsql-hackers |
Ever need the ability to send mail from within PostgreSQL? Want more
functionality out of your database? Need to increase your customer
outreach while decreasing your engaged involvement? pgMail is the answer!
pgMail is simply a stored function written in TCL which takes 4 arguments
of type text (Who is it from, who is it to, subject, and body of message),
contacts the email server via TCL sockets, and transmits your email.
When used with triggers, pgMail can automagically send email when various
columns in records are updated, rows are inserted, or even deleted. For
instance, if you run a e-commerce website which must ship inventory,
emails can be sent when product is ordered, and then when product is
shipped.
This can be used for various closed installations which might want to
handle all email sending from the database layer if the application layer
is mixed, firewalled, or possibly just slow.
View and download this gem at http://pgmail.sourceforge.net/. Thanks!
Fair Winds and Following Seas,
Branden R. Williams <brw(at)brw(dot)net>
http://www.brw.net/
--
PGP Key: http://www.brw.net/brw.asc
From | Date | Subject | |
---|---|---|---|
Next Message | Joel Burton | 2001-05-03 18:45:22 | Re: pgMail 1.1 Released. |
Previous Message | Dave Page | 2001-05-01 11:52:57 | PsqlODBC 07.01.0005 Available for Download |
From | Date | Subject | |
---|---|---|---|
Next Message | Thomas Lockhart | 2001-05-02 04:22:21 | Re: No Posts? |
Previous Message | Larry Rosenman | 2001-05-02 00:57:32 | No Posts? |