watsonink Posted March 6, 2013 Share Posted March 6, 2013 I am in search of a company that will allow you to hook up to their API to send a file that is HIPPA complaint. I have a registration form that is already to create the user into the database and sends an email to different recipients also sending a email back to the registering party. I need to get a file upload integrated within the registration form and send this file separately to different people. The file will not be stored anywhere. I have tried sendthisfile with enterprise account features and they want me to make a form on their server and fill out the info to send it. I am looking for a API that will send it so I only have one step. Any Idea? Quote Link to comment https://forums.phpfreaks.com/topic/275313-hippa-complaint-companies-that-allow-you-to-send-a-file-to-different-senders/ Share on other sites More sharing options...
HalfNote5 Posted March 6, 2013 Share Posted March 6, 2013 Question: Would there be a problem storing it temporarily on a server while it is sent? Also, does your E-mail use PGP/keys or is it sent unencrypted? Given you're familiar with HIPAA, I'm assuming that you've already covered that, but you could leave the file in some encrypted format on the server and send the recipients a link to download it which expires (along with the document itself) after, say, a 48 hour period. Being that the link is in the E-mail, you'd prolly wanna use PGP on the mail, too. Quote Link to comment https://forums.phpfreaks.com/topic/275313-hippa-complaint-companies-that-allow-you-to-send-a-file-to-different-senders/#findComment-1416975 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.