objectivehtml / Postmaster-for-Craft-CMS

Postmaster for Craft CMS
89 stars 12 forks source link

Privacy thing: Hide / Hidden email address / auto forward email #11

Open johanneslamers opened 9 years ago

johanneslamers commented 9 years ago

Hey Justin

I have a question? I'm working on a kind of shop where people / members can sell stuff online. On the entry page I have an email the seller form. If a customer has a question they can use this form to ask the seller about there product. The seller gets the email with questions from the buyer. Is it possible to hide the real email from both seller and buyer but still use the reply button in your mail program to reply the question? It's more of a privacy thing. Is this possible?

  1. user / buyer fills in form with question
  2. seller get email from user questions (not real email but some sort of temporary one like questions@shop.com)
  3. seller wants to reply the question. Reply to questions@shop.com with answers
  4. buyer gets email with answers without seeing the real email.

It's more like some sort of routing thing. Reply's go to questions@shop.com and the system sends them to real email.

I hope i'm explaining it right.

Greets,

Johannes

objectivehtml commented 9 years ago

You would have to build this out manually somehow using an inbound email API like Mandrill offers. This would be a quite a bit of work involved with this. I have done it before, but not in the context of Postmaster or a CMS. I did it in Laravel for a SaaS project.