
Originally Posted by
lloyd_borrett
Looking good. I suggest a sort order will be required for the predefined comments.
Also need to look into how the comments will be handled in the emails.
My understanding is that comments by default are just text with no HTML handling.
Nice to be able to put HTML in the comments, especially links, but need to make sure it gets handled properly in the emails.
Best regards, Lloyd Borrett.
The basic functionality is working now. HTML can be used in the comments, but will only be recognized (obviously) when sending html mails. For example is the html comment is
HTML Code:
<p>test comment <a href="http://test-domain.com">link</a></p>
The plain text mail looks like "test comment link".
To overcome this "problem" some additional coding is still needed.
I'll make a repository on GitHub later, so any one who likes can test his code.