Servlet invoked by mail form action
Hi,
I want to customize the OOTB mail action and i am unable to figure out the servlet that this file calls. The documentation in form suggest below. I tried putting the path with mail selector and html extension in sling servlet resolver and it did not resolved to any servlet.
There could also be another servlet that does the actual processing, in such a case the form action and theforward.jsp would only act as the "glue" code. An example of this is the mail action at/libs/foundation/components/form/actions/mail, which forwards details to<currentpath>.mail.html where a mail servlet sits.
I have been able to create a custom form action and custom servlet is being called but an attachment that is part of the request get missing which in case of mail action it comes through so want to see how this magic works.
Using OOTB form and Upload component.