php - How do I set up a dropbox? -


Hi friends My company requires that we are installing a Dropbox facility in our application as a bit like we see in the highest implementation. The idea is that when an account is created - a dropbox 'email' will automatically be created for each user and the user will send an email to that dropbox address and the email will be added as a post in the system based on the folded content. , A task, or a note, or even an attachment as well.

How are Dropboxes set up automatically like this - am I using PHP here?

EDIT ======

I will try to expand.

In the sense that a dropbox that says that the user has been created on my website. They will be given an email ID of this type:

  dropbox @ [someuser id] .mywebsite.com  

then send it using any email Think about being able to add a blog post by sending an email post that addresses and email programs for the contents of this email will end in your account. Iats the idea on which I need to work.

The easiest way to do this is to set up all email addresses - then set up a pipe in a PHP file Which will remove the account ID from 'to' email address and handle everything else (remove attachments, insert data to database).

I 've done this before, so if you have something specific, then tell me, but it is quite easy to set up.


Comments