Expand my Community achievements bar.

Any email provider to test workbench EmailService ?

Avatar

Former Community Member
Hi,



I'm trying to configure any email provider with EmailService in a

workbench.

When using gmail I got an exception must issue a "STARTTLS command

first".

Anybody can recommend an email provider that can be configured in a

workbench for demonstration purposes?



Thanks!
3 Replies

Avatar

Level 10
GMail should work. Can you post your configuration settings?



Jasmin

Avatar

Level 1

Hi Jasmin

I am trying to invoke the Email process ,and getting the following error

Caused by: com.adobe.idp.dsc.email.SendMailFailedException: 530 5.7.0 Must issue a STARTTLS command first. 26sm2929554qwa.52

    at com.adobe.idp.dsc.email.EmailServiceImpl.sendWithMapOfAttachments(EmailServiceImpl.java:738)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

Configurations(as per in the thunderbird client):

smtp host:smtp.gmail.com

port:587

smtp authenticate:checked

user:xxx

password:xxxx

smtp transportsecurity:TLS

Also in test of ReceiveMail operation

Test Clicked
Parameters:
  filterSubject:                 Test Send Email Sample
  filterFrom:                    null
  folder:                        INBOX
  deleteAfterProcessing:         false (overridden)
  attachmentMimeFilterList:      [text/html]
  useConfigurationOptions:       false
  receiveHost:                   pop.gmail.com
  receivePort:                   995
  receiveUsername:               XXXXX
  receivePassword:               password field hidden
  receiveProtocol:               pop3
    Type:                        class java.lang.String
  receiveTransportSecurity:      None
  testData:                     
About to invoke...

java.lang.RuntimeException: Problem connecting with the mail server: pop.gmail.com

Please help me out to resolve the issue

Thanks

Sudheer

Avatar

Level 10

There is a bug with using GMail and TLS.

Check with support to see if it's fixed.

Jasmin