From: | "Derrick Betts" <Derrick(at)grifflink(dot)com> |
---|---|
To: | "Nick Tew" <nick(dot)tew(at)budgens(dot)co(dot)uk>, <pgsql-novice(at)postgresql(dot)org> |
Subject: | Re: Emailing a list of users when a record is entered in the database. |
Date: | 2004-01-31 07:18:38 |
Message-ID: | 066101c3e7ca$728bf210$0100a8c0@BigOne |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-novice |
I installed a great function called pgmail. Then I wrote a trigger that
sends email when certain conditions are met.
see: http://sourceforge.net/projects/pgmail/
Derrick
----- Original Message -----
From: "Nick Tew" <nick(dot)tew(at)budgens(dot)co(dot)uk>
To: <pgsql-novice(at)postgresql(dot)org>
Sent: Tuesday, January 27, 2004 5:14 AM
Subject: [NOVICE] Emailing a list of users when a record is entered in the
database.
> Hi,
>
> I need to develop my database so when a record is entered through a
> browser, it will automatically email a list of interested parties. I
> am ok at designing the tables so the relevant personid's have the
> email address and their interested subjects. But can anybody help on
> how to email the parties when the data is passed.
>
> The only knowledge i have on this is the command
>
> "cat {filename} | mail {emailadd} -s {subject}
>
> Thanks in advance for any help
>
> ---------------------------(end of broadcast)---------------------------
> TIP 7: don't forget to increase your free space map settings
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Stephan Szabo | 2004-01-31 15:23:36 | Re: 'select nextval('seq_name');' in a function ? |
Previous Message | Markus Bertheau | 2004-01-30 22:42:48 | Re: Install or Bust - pgsql on Red Hat 9 |