Using email processor with gmail

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Using email processor with gmail

Harshal

Hello All,

I am trying to use email-processor with gmail-account.
My code throws this exception : Must issue a STARTTLS command first.
I am passing smtp-host value and account credentials successfully, though I am not sure how do I set "mail.smtp.starttls.enabled" property in email-processor?


Thanks,
Harshal Raut



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: Using email processor with gmail

Erik Bruchez
Administrator
Harshal,

Looking at the code of the email processor: it doesn't seem to support
mail.smtp.starttls.enable at this point.

The processor should be modified to support this property
specifically, or support passing properties in a more general way.

https://github.com/orbeon/orbeon-forms/blob/master/src/java/org/orbeon/oxf/processor/EmailProcessor.java

-Erik

On Thu, Dec 9, 2010 at 12:41 PM, Harshal Raut
<[hidden email]> wrote:

>
> Hello All,
>
> I am trying to use email-processor with gmail-account.
> My code throws this exception : Must issue a STARTTLS command first.
> I am passing smtp-host value and account credentials successfully, though I
> am not sure how do I set "mail.smtp.starttls.enabled" property in
> email-processor?
>
>
> Thanks,
> Harshal Raut
>
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing
> list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws