I'm doing a php, ms access web app, where customers can request a quote on different products. I save the customers requests in a table, what I can't figure out is how to take the contact information that the customer gives from a form and send it via email along with everything that is in their "cart". Keep in mind, i'm not saving the customer information to the database.
Any ideas?