Re: How to process mail using pgSQL?

From: Tino Wildenhain <tino(at)wildenhain(dot)de>
To: Pavel Stehule <stehule(at)kix(dot)fsv(dot)cvut(dot)cz>
Cc: Jonathan Bartlett <johnnyb(at)eskimo(dot)com>, Irawan Tanudirdjo <irwtan9(at)telkom(dot)net>, pgsql-general(at)postgresql(dot)org
Subject: Re: How to process mail using pgSQL?
Date: 2003-06-19 19:53:34
Message-ID: 3EF214BE.5010204@wildenhain.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

this sounds typical for M$ - overload the
backend with rarely used functionality :)

I think this can be much more elegant
be done outside the DB with a host language.
For example with any script language
where is should not cover more then a
few lines.

You can even trigger this from DB if
this is desired.

Regards
Tino

PS: if code example is needed, I can provide.

Pavel Stehule wrote:
> Hello
>
> you have to find xp_sendmail.
>
> PS
>
>
> xp_sendmail
> Sends a message and a query result set attachment to the specified
> recipients.

...

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Vernon Smith 2003-06-19 20:19:58 The best way to change column data type in 7.2
Previous Message Nailah Ogeer 2003-06-19 19:42:01 Hash Tables