Re: Is there a way to Send attachments with email using pgmail postgreSQl?

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: nidhi raina <nidhiraina(dot)12(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Is there a way to Send attachments with email using pgmail postgreSQl?
Date: 2016-12-19 17:55:15
Message-ID: 8a688175-232e-1c93-7f0f-70cdef588267@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 12/15/2016 10:07 PM, nidhi raina wrote:
> Dear Sir/Mam,
>
> I am also trying to send emails with attachments.please help me out with

If as your subject suggests you are using this:

https://github.com/captbrando/pgMail

then it is not possible to send attachments:

"Essentially, pgMail is simply a stored function written in TCL
which takes 4 arguments of type 'text' (Who is it from, who is it
to, subject, and body of message), contacts the email server via
TCL sockets, and transmits your email (Now UTF-8 Compatible!).
"

> this.
>
> Regards,
> Nidhi
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Melvin Davidson 2016-12-19 18:01:48 Re: Avoid using index scan backward when limit order desc
Previous Message Tom Lane 2016-12-19 17:52:28 Re: JSON objects merge using || operator