I need to send an acknowledgement email to the client once they have made a booking. It will be HTML email for aesthetics.
The email message will include the data the user has put in.
I’ve already looked into the various guides on how to send the email.
But I need some pointers on how to contruct the HTML email message. I was thinking of jatl as it was mentioned in separate post. But unsure if this is the best way to go.
Thanks! 🙂
It sounds like you are wanting a template email which you can reuse, populating the user name and etc on the fly (as you send the email). I’d recommend that you have a look at http://www.stringtemplate.org/
String template works wonders for me.