Solved

Reply link in email?

  • 15 October 2023
  • 1 reply
  • 51 views

Userlevel 2

Hi there! Am I able to set up a link within an email that allows the reader to reply to the email?

icon

Best answer by SuperNat 15 October 2023, 22:37

View original

1 reply

Userlevel 3
Badge

This would be possible by adding a HTML code in your email that creates a link that when the user clicks on it, will prompt them to send an email to the specified address. It would looke something like this:

<a href="mailto:someone@example.com" target="_top">this link</a>

Reply