Hi all
I have a really simple form which just collects info such as name, address, email address and booking details etc.
I want to be able to enter a new record, and hit a button, to send a confirmation email to that record. Ideally, the email will be formatted in HTML, and will contain many of the fields captured in the form.
What's the easiest way to do this?
I can see I can use the sendmail function, but I believe that this is just plain text, not HTML.
Many thanks for your help in advance.
Adam