Does anyone here have experience with coding a messaging relay system in a website or could point me in the right direction?
Let's say I put up a page and on there is a contact box where anyone can send me a message. I wouldn't want to expose my email nor necessarily the sender's so there would have to be some sort of a proxy mechanism or a messaging system.
There are no user accounts so pure internal messages based on that are out. The handles are email addresses.
I know gumtree does something of that nature but do you know of any off the shelf solutions (free or paid)?
The system is built using Azure, MVC, SendGrid.
Let's say I put up a page and on there is a contact box where anyone can send me a message. I wouldn't want to expose my email nor necessarily the sender's so there would have to be some sort of a proxy mechanism or a messaging system.
There are no user accounts so pure internal messages based on that are out. The handles are email addresses.
I know gumtree does something of that nature but do you know of any off the shelf solutions (free or paid)?
The system is built using Azure, MVC, SendGrid.
Comment