【问题标题】:Send mail on postgres 8.4 using SMTP使用 SMTP 在 postgres 8.4 上发送邮件
【发布时间】:2013-12-04 07:06:13
【问题描述】:

我想使用 Gmail 邮件服务器和我的用户名和密码使用 SMTP 在 postgres 8.4 上发送邮件

【问题讨论】:

    标签: email smtp send postgresql-8.4


    【解决方案1】:

    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

    【讨论】:

      猜你喜欢
      • 2016-01-13
      • 2014-12-24
      • 2010-12-06
      • 2017-06-26
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-02-16
      相关资源
      最近更新 更多