Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
Send Email using Fragment
Hello all ,
I have create one serach fragment for search result now i need to send mail on search result data how this possible in liferay-dxp-7.1?
Appreciate your help!
I have create one serach fragment for search result now i need to send mail on search result data how this possible in liferay-dxp-7.1?
Appreciate your help!
Hi,
Have you implmented custom search or liferay search portlet in fragment ? Are you using any webservices for this ?
Have you implmented custom search or liferay search portlet in fragment ? Are you using any webservices for this ?
Hi Yasin,
Thank for reply,
I use Fragment for Search result and send some extra paremeter using index post processor. that extra parameter already get into my search result fragment jsp now i put jquery click event on that and now i need to send mail on that click.
I also use elastic search 6.5.0
Thank for reply,
I use Fragment for Search result and send some extra paremeter using index post processor. that extra parameter already get into my search result fragment jsp now i put jquery click event on that and now i need to send mail on that click.
I also use elastic search 6.5.0
Mohammed yasin, modified 6 Years ago.
RE: Send Email using Fragment
(Answer)
Liferay Master
Posts: 593
Join Date: 8/8/14
Recent Posts
You can write a Liferay Webservice for sending mail and call that service from jquery click function you have writted .