Re: Need psql send email

Поиск
Список
Период
Сортировка
От Raymond O'Donnell
Тема Re: Need psql send email
Дата
Msg-id 505B0940.809@iol.ie
обсуждение исходный текст
Ответ на Need psql send email  (pavithra <pavithra.ibt@gmail.com>)
Список pgsql-general
On 20/09/2012 13:07, pavithra wrote:
> Hi All, I am new to postgresql. I want to send email by using pl pgsql.
> I want to know how to set up the configurations for mail server. Can any
> one help me in solving this?. [hidden email]

Hi there,

It's not possible to send email directly from pl/pgsql; it might be
possible in the untrusted form of pl/perl, but I'm not sure.

A possible alternative would be to have an external process poll a queue
table, take its data from there and send the emails.

HTH,

Ray.

--
Raymond O'Donnell :: Galway :: Ireland
rod@iol.ie


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

Предыдущее
От: Victor Yegorov
Дата:
Сообщение: Re: Need psql send email
Следующее
От: hubert depesz lubaczewski
Дата:
Сообщение: Re: Need psql send email