I am working on a website for a client who doesn't want to take payments online. Instead he just wants to get an email with the order and credit card details, so that he can process it later offline.
My question is that I undetstand that I will have to create a web page to get the credit card details, and then store this web page in the secure part of the hosting server. I plan to use SSL for this. However, I want to automatically email the order with the CC details to the owner of the website (my client). I know how to send an email using ASP.NET, but my concern is how is this normally done with regards to sensitive data such as CC details.
Can I just generate a normal email, with all the CC details. Is this acceptable?
OR is there a generally accepted method to make an email 'secure' as well?
I just want to know what is the generally accepted way to do this.
Thanks for any help.