From: | "Berend Tober" <btober(at)seaworthysys(dot)com> |
---|---|
To: | <pgsql-general(at)postgresql(dot)org> |
Subject: | Is there a good way to make the database server send e-mail? |
Date: | 2003-01-20 17:17:51 |
Message-ID: | 65066.216.238.112.88.1043083071.squirrel@$HOSTNAME |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Is there a good way to make the database server send e-mail?
I've been ask to work on a (Windows, client-server) application and
implement a feature whereby duely authenticated and connected users can
reset the password of other users without having to have DBA privileges.
I've got that part working by using a stored procedure with the SECURITY
DEFINER attribute (and the function is created by a DBA user) that calls
ALTER USER...
My next step is to have the database mail the new password to the reset
user (the system uses e-mail addresses as usernames, so the database knows
how to contact the user), along with the username of the person doing the
resetting. I need help with suggestions on learning how to make the
database server initiate an e-mail message.
Regards,
Berend Tober
From | Date | Subject | |
---|---|---|---|
Next Message | Steve Crawford | 2003-01-20 17:24:30 | Re: Is there a good way to make the database server send e-mail? |
Previous Message | mike | 2003-01-20 16:59:26 | readline configure error again |