I am trying to send html email notification when user submits a form but I am getting an error. Can you please look at it? javax.validation.UnexpectedTypeException: HV000030: No validator could be found for constraint ‘javax.validation.constraints.Email’ validating type ‘java.lang.String’. Check configuration for ’email’ Models: } This is in my main Service and I call this method from Controller. From my Controller
Tag: html-email
To read String text content after Converting HTMl to text in java
I am having HTMl Form in email body, how can i read string text content after converting HTML FORM into text. Can Anyone please help me? Email Body – HTML Form: Email Body – HTML Form Content: String Content after convertion (Email Body): Note: I need to make exact key value pair for eg. Postal Code : 4218 . Answer