Hi folks ,I am using CkEditor for saving my emailTemplate for sending emails.Now in Reactive web i want to send email using InjectHtml (By translating html to text).How can I achieve this (How to use InjectHtml in this case )?A solution will be highly appreaciated !!With Regards Pratap Singh
Hi Folks ,I have used HtmlUtils component and i have used service actional of it to convert HTML to Text.It works for Reactive Email html repolacement.Though it does not help with style tags and link tags!Thanks Pratap
Hello
Yes you can send a Html and covert it into a theme template
Here I am attaching a link with the same kind of issue and the solution is given by @Daniël Kuhlmann https://www.outsystems.com/forums/discussion/52171/is-there-any-way-to-send-mail-in-server-action-without-ui/
hope this helps
ThanksTousif Khan
Hi Tousif Let me rephrase:I have reactive web application now in this how can i remove html tags before sending email ?
I know you have a reactive web application but, You can create a email template in traditional web application, and create a server action there, which will help you send the email, You have to make your server action public so that you can use that action in your reactive web application. because it has the option to not escape content.
Actually i was using Traditional web earlier for sending email that was working fine.But for current requirement we need reactive email sending functionality without using seperate application
Not sure about the other way Directly through Reactive Email template,
lets wait for other replies, maybe someone has a solution for this.
Thanks