【发布时间】:2013-12-04 07:06:13
【问题描述】:
我想使用 Gmail 邮件服务器和我的用户名和密码使用 SMTP 在 postgres 8.4 上发送邮件
【问题讨论】:
标签: email smtp send postgresql-8.4
我想使用 Gmail 邮件服务器和我的用户名和密码使用 SMTP 在 postgres 8.4 上发送邮件
【问题讨论】:
标签: email smtp send postgresql-8.4
Postgres direct 无法发送邮件(至少我不知道)。但是你可以写一个扩展来做这个。就个人而言,我会尝试将 Python 与 pl/python 一起使用来执行此操作。
Python:http://docs.python.org/2/library/email-examples.html
PostgreSQL 8.4 中的 pl/python:http://www.postgresql.org/docs/8.4/static/plpython.html
【讨论】: