Hi,
I'm creating a site that posts orders to an email address when they're
submitted, these orders need to be in the form of official invoices so
i'm using HTML to format them.
I already have a shopping basket system which adds all of the totals
up and puts them into a nice looking invoice.
What's the best way to take this HTML and put it into an email?
I'm really looking for a way of sending the page via email, like you
can do in IE by selecting File > Send > Page by Email.
The basket script is quite large and i'm trying to avoid running it
more times than neccesary.
Any advice would be greatly appreciated.
I'm creating a site that posts orders to an email address when they're
submitted, these orders need to be in the form of official invoices so
i'm using HTML to format them.
I already have a shopping basket system which adds all of the totals
up and puts them into a nice looking invoice.
What's the best way to take this HTML and put it into an email?
I'm really looking for a way of sending the page via email, like you
can do in IE by selecting File > Send > Page by Email.
The basket script is quite large and i'm trying to avoid running it
more times than neccesary.
Any advice would be greatly appreciated.
Comment