Continuing the discussion from How do you make email form enquiries receive as separate emails, which was answered incorrectly and never solved.
#The Problem
Emails submitted from two different persons end up in the same Gmail thread. This is because all emails are sent from the same email address (no-reply@webforms.io), and have the same subject line.
We are not able to create a unique subject line, as the only fields available are {{siteName}}
and {{formName}}
.
#Proposed Solution
Please allow same kind of unique identifier like:
- Date/Time
- Sender email address
- IP address of sender
- Auto-incrementing number (like a ticket number #123456)