Skip to main content
1-Visitor
December 4, 2015
Solved

How to Configure SMTP of gmail service using SSL/TLS properties?

  • December 4, 2015
  • 1 reply
  • 6437 views

Hi Gurus,

I am refering to the below thread in the forum, but i didnt get complete solution.

Some please share the steps and Properties to be configured in wt.properties file for Configuration of SSL/TLS.

I am using WIndchill 10.2 M030 CPS-05.

Thanks

Mahesh Kumar

Message was edited by: Mahesh Kumar G

Best answer by BineshKumar1

Apart from the regular configuration for email, please set  wt.mail.smtp.starttls.enable=true,  wt.mail.smtp.starttls.required=true and wt.mail.smtp.ssl.trust=FQDNof mail host. Also import the certifcate of the mail server in to the jvm of windchill using the keytool

Thank you

Binesh

1 reply

1-Visitor
December 4, 2015

Apart from the regular configuration for email, please set  wt.mail.smtp.starttls.enable=true,  wt.mail.smtp.starttls.required=true and wt.mail.smtp.ssl.trust=FQDNof mail host. Also import the certifcate of the mail server in to the jvm of windchill using the keytool

Thank you

Binesh

1-Visitor
December 4, 2015

Hi Binesh,

Thanks for your reply, The FQDN of Windchill & FQDN of Email should be same?.

In my case both are different, Is it possible to send mail notification.

I am not yet configured SSL to Windchill, However i am trying to connect without using SSL, The mail services using Google service and service provider giving SMTP host name as smtp-relay.gmail.com as FQDN host name and It doesnt required any authentication it seems.

Can you please suggest is there any way to enable email notification

Regards,

Mahesh Kumar G

1-Visitor
December 4, 2015

If you are using smtp-relay.gmail.com, then SSL/TLS is optional. It is open through port 25 and your organization's IP address provides authentication.You don't need to use SMTP username or password.

If you decide to go by TLS, then you can provide smtp-relay.gmail.com as trusted host. Obtain an smtp certificate from gmail apps.

Thank you

Binesh Kumar