Just got FormEmailer set up and running, and it's a great piece of work. Thank you Henrique!
In setting up the email, I have set the Sender Name field to the #Username# placeholder, with the intent that the email sent by the FormEmailer script will be processed as if it was sent from the original form submitter. The reason is that we have set up FormEmailer to send to our ticketing system, and the "From" field in the email is utilized to automatically register a ticket with a particular person.
The problem is that after multiple submissions, the #Username# placeholder in the Sender Name field is only being replaced with the username in the first submitted result in the spreadsheet, I.E., Cell C2. As such, all emails appear to be coming from one person, instead of from each person making a submission. This issue only occurs with the #Username# placeholder in the Sender Name field; it is correctly replaced wherever used in the body of the email.
For example, the if the value in C2 of the Username column is "
he...@there.com", and the submitter's email is "
pat...@gmail.com", the email will look like this:
Subject: Subject
Data1: Data
etc.
Where it should be
Subject: Subject
Data1: Data
etc.
Thank you for any assistance that can be offered.