cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to integrate third party email provider with Hybris

Former Member
0 Likes
385

Hello Experts, How we can integrate third party Email provider with Hybris by invoking the Service call from the third party Email providers

Accepted Solutions (0)

Answers (1)

Answers (1)

VinayKumarS
Active Contributor
0 Likes

What do you mean exactly? now sending emails can be done from any thirdparty by mentioning the email smtp properties in local.properties. or do you want to do anything beyond this.

Former Member
0 Likes

Hybris is supporting sending emails immediately , but i want to send the email to another third party email service provider (ESP) and ESP will send the email with the content like message Queue approach (JMS).

In details , I have a ESP service provider and they are providing the service call to send the XML payload where i will send the hybris data. and it sends the email , I dont want hybris to send emails.

VinayKumarS
Active Contributor
0 Likes

there is no ready OOB functionality for this. But end of the day it is a java application however the third party needed in such format you can send the data. Then ESP will generate an email out of it and send it to the customer