Client wants users to submit form with Credit card details and have that send an email with pdf attached containing the sensitive data.
we are getting the server set up with an SLL and dedicated IP however Im wondering what the best way to go about this would be? They do not want to process the transaction online, they want it accessible to them.
Im wondering if its a security issue to send them in the email in the pdf. Or would it be better to encrypt them and store them in a DB?
Any thoughts?