Im trying to make something similar to twitpic.com's email submission feature.
Their address schema is something like [email protected]. When you send an email to that address it processes it and uploads your picture.
What im wondering is how they generate and handle those addresses in php. I know how to pipe a single email address to a program using cpanel, but how is this done dynamically?
Ill settle on what this is even called or some google search results so i can do my own research, but i just want a place to start.