Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
johanneslamers opened this issue Mar 27, 2015 · 1 comment
Open

Comments

@johanneslamers
Copy link

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 [email protected])
  3. seller wants to reply the question. Reply to [email protected] 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 [email protected] and the system sends them to real email.

I hope i'm explaining it right.

Greets,

Johannes

@objectivehtml
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants