Re: Simple mail() function for postgresql

From: Trurl McByte <trurl(at)anything3d(dot)com>
To: pgsql-general(at)postgresql(dot)org
Cc: pgsql-announce(at)postgresql(dot)org
Subject: Re: Simple mail() function for postgresql
Date: 2000-12-19 10:33:11
Message-ID: Pine.LNX.4.20.0012191214410.4315-100000@trurl.anything3d.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce pgsql-general

On Mon, 18 Dec 2000 (Yesterday), Trurl McByte wrote:

TM> Hi.
TM>
TM> Simple mail() function for postgresql,
TM> very usefull in triggers (autologging via email, autoinvoice, email orders,
TM> PBeM games and more
TM> other).
TM>
TM> ftp://ftp.trurl.anything3d.com/pub/Linux/our/mail.tar.gz
TM> or
TM> http://ftp.trurl.anything3d.com/Linux/our/mail.tar.gz
TM>
TM> using: mail(to::varchar, subject::varchar, message::varchar, headers::varchar)
TM> returns: 'true'::bool if all right, else is 'false'::bool
TM>
TM> sample: select mail('root(at)localhost', 'Test', 'Ooops!!!', '');
TM>
TM>
TM> PS. Don't use NULL in fields.

NULL value error in fields fixed, empty & NULL values processing normally
now.

Package have a new name: pgsendmail
and location now
ftp://ftp.trurl.anything3d.com/pub/Linux/our/pgsendmail.tar.gz
or
http://ftp.trurl.anything3d.com/Linux/our/pgsendmail.tar.gz
(old location correct too)

TM> PPS. For UNIX-like system only now.
TM>
TM>
TM>

--
Trurl McByte, Capt. of StasisCruiser "Prince"
|InterNIC: AR3200 RIPE: AR1627-RIPE|
|--98 C3 78 8E 90 E3 01 35 87 1F 3F EF FD 6D 84 B3--|

In response to

Browse pgsql-announce by date

  From Date Subject
Next Message Jeff MacDonald 2000-12-19 19:12:37 Writing about PostgreSQL
Previous Message Trurl McByte 2000-12-18 11:02:11 Simple mail() function for postgresql

Browse pgsql-general by date

  From Date Subject
Next Message Brett W. McCoy 2000-12-19 11:31:58 Re: a "huge" table with small rows and culumns
Previous Message Feng Xue 2000-12-19 07:56:30 Re: a "huge" table with small rows and culumns