java - temporary email address concept -


i similar concept on how site craigslist able create temporary email address seller in order hide seller real email address (to keep private) when wants contact seller. if send , email temporary email address, go seller’s real email box. know how done? need install email server? need implement ?

any suggestions or reading material great.

you have lot of things learn if you're asking broad question.

  1. install smtp server such postfix
  2. configure aliases forward mail "real" destination
  3. have application update alias configuration whenever need create or delete address.

how accomplish of way beyond for.


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -