computing
  • 0

Creating a Automated Response Button In Email Possible?

  • 0

I am sending out emails to clients who to see if they would like to enrol into attending an event , I have a concept in my mind , that there could be a ‘ I like to go ‘ button within the email body . I am struggling to get manual responses to email

When the recipient of the email would like to go to the event , they press the button . The button would then function as a reply but with a predetermined message ; in this case , it would be ‘ Yes I would like to come to the even ‘

I would like to avoid using mail chimp , as we have strict rules around using third party marketing tools . Instead I would like to know if there is some code template ( html / javascript ) I can play around with

Share

1 Answer

  1. The traditional way to do this is to make a link with the reader’s email address attached, and have that link send you to a web server, usually under the same domain as the sender address to appease the scam detectors. The linked web page just has to add the attached address to a database.

    How To Ask Questions The Smart Way

    • 0