as the gif shows, I want to use the inline HTML button to open the reply and create new HTML elements inside the reply message box is this possible?
Asked
Active
Viewed 35 times
0
-
1So, you want someone to be able to reply to your email? – Andrew Corrigan May 10 '22 at 11:37
-
Yes with a script witch auto inserts a new HTML- into the reply. – g.georgecccc May 10 '22 at 11:39
-
1And what's wrong with the normal reply mechanism? – Andrew Corrigan May 10 '22 at 11:40
-
nothing, I just want to automate it. someone would not copy and paste HTML code inside the reply message box. – g.georgecccc May 10 '22 at 11:42
-
1They don't need to - if they click the normal reply button it does the automation you're after. You don't need to put a button in the email. – Andrew Corrigan May 10 '22 at 11:45
-
1You can inject a body into the `text` tag: https://stackoverflow.com/questions/4782068/can-i-set-subject-content-of-email-using-mailto but it depends what email client the recipient is using as to whether it'll work or not. – Andrew Corrigan May 10 '22 at 11:49