Text editor for email formatting

1

I need to create a page for creating and formatting emails.

Which text editor is most reliable to do this?

I say this because some e-mail viewers are very limited and do not interpret some HTML tags.

    
asked by anonymous 30.06.2015 / 16:39

1 answer

1

I did something like this on a system of mine using CKEditor . It is the editor with the highest possible fidelity between what appears in the editor and in the e-mail actually sent.

CKEditor has NuGet package .

    
30.06.2015 / 17:33