Re: Sending Email

Поиск
Список
Период
Сортировка
От Bud Rogers
Тема Re: Sending Email
Дата
Msg-id E16RLvp-0003mg-00@sirinet.net
обсуждение исходный текст
Ответ на Re: Sending Email  (Jason Earl <jason.earl@simplot.com>)
Список pgsql-novice
On Thursday 17 January 2002 12:19 pm, Jason Earl wrote:

> The way to do this in a transaction safe way is to have some sort of
> process that runs outside of PostgreSQL.  You put the information
> necessary to generate your email into a table, and then you call the
> process (probably from cron).

> Besides, generating and sending email is probably easier to do from
> Python or Perl than any method available internally to PostgreSQL.

It would be trivial to do in perl with DBI and MailTools.

--
Bud Rogers <budr@sirinet.net>
All things in moderation.  And not too much moderation either.

В списке pgsql-novice по дате отправления:

Предыдущее
От: "Josh Berkus"
Дата:
Сообщение: Re: PL/PGSQL function problem
Следующее
От: Oliver Elphick
Дата:
Сообщение: Re: NULLs on datetime problem (for me at least :) )