Thread: How to Process Mail in Postgre?
Shalom, I need to know does Postgre has email receiving and sending capability? (Like xp_mail in M$ SQL Server). If Postgre has this capability, can someone give me pointer where could I found the documentation/tutorial about using this mail processing capability? Thank you for your help. Living in Jesus' grace, Irawan T.
On Wed, 18 Jun 2003 01:11:46 +0800 Irawan Tanudirdjo <irwtan9@telkom.net> wrote: > I need to know does Postgre has email receiving and sending capability? > (Like xp_mail in M$ SQL Server). If Postgre has this capability, can > someone give me pointer where could I found the documentation/tutorial > about using this mail processing capability? Thank you for your help. i don't know anything about xp_mail, so it doesn't do much good in terms of describing your requirements, but... google on pgMail for something that can send. it requires tcl, but you don't need to know much about tcl to use it (i've used it successfully, and i don't know much about tcl.) for receipt, you may need to roll your own, but you should google on PostgreSQL SMTP and see if any of the stuff that turns up is relevant to your requirements. richard -- Richard Welty rwelty@averillpark.net Averill Park Networking 518-573-7592 Unix, Linux, IP Network Engineering, Security
Hello try to find pgsendmail on google bye Pavel Stehule On Wed, 18 Jun 2003, Irawan Tanudirdjo wrote: > Shalom, > > I need to know does Postgre has email receiving and sending capability? > (Like xp_mail in M$ SQL Server). If Postgre has this capability, can > someone give me pointer where could I found the documentation/tutorial > about using this mail processing capability? Thank you for your help. > > Living in Jesus' grace, Irawan T. > > > ---------------------------(end of broadcast)--------------------------- > TIP 2: you can get off all lists at once with the unregister command > (send "unregister YourEmailAddressHere" to majordomo@postgresql.org) >
Check sourceforge, that is where I got a copy and it is working very well for me -----Original Message----- From: Pavel Stehule [mailto:stehule@kix.fsv.cvut.cz] Sent: Tuesday, June 17, 2003 11:42 AM To: Irawan Tanudirdjo Cc: pgsql-general@postgresql.org Subject: Re: [GENERAL] How to Process Mail in Postgre? Hello try to find pgsendmail on google bye Pavel Stehule On Wed, 18 Jun 2003, Irawan Tanudirdjo wrote: > Shalom, > > I need to know does Postgre has email receiving and sending > capability? (Like xp_mail in M$ SQL Server). If Postgre has this > capability, can someone give me pointer where could I found the > documentation/tutorial about using this mail processing capability? > Thank you for your help. > > Living in Jesus' grace, Irawan T. > > > ---------------------------(end of > broadcast)--------------------------- > TIP 2: you can get off all lists at once with the unregister command > (send "unregister YourEmailAddressHere" to majordomo@postgresql.org) > ---------------------------(end of broadcast)--------------------------- TIP 7: don't forget to increase your free space map settings