After transferring an order, send me detailed email messages including order details, instructions for payment, some extra text, etc.
I want to create well-formatted HTML email messages.
By now I have got two options:
- By slicing the piece manually, string by string, which is too cumbersome,
- Actual To create ASPX pages and binding data, present that page as HTML and send it as the body of the email.
This second option is more visible
- I do not know how to actually load and render the page, I know it with escons How to do it
- It seems too heavy to land up to the page and present it
How to load the page and render it? Do you have any other ideas or suggestions for this work?
.