We have a need to email out a survey to external users where they have an option to click a button or a link to press that will send an email back stating that they approve something or deny it. Formula language and LotusScript cannot be used because I am sending it to external clients.
I was able to do this with a simple HTML mailTo command in a linked hotspot, (mailto:tuser@emcor.net?subject=Approval Subject&body=I approve this request); however, this does not seem to work with any spaces or the normal %20 space commands. Therefore, the email has + or _'s between all the words.
Does anyone know if this is possible or have any other workarounds?