L. C. Parker 2/25/2026 11:08:42 AM This is doable with the current tools, I have it set up for a few tables.
Each table has a custom hash field with a prefix that is used to join the incoming mail
For example, Case “Doe v. Poodle Daycare, LLC” might have the corresponding id “CASE.eppoxnsdqo0064”
I then have SimpleLogin act as a relay to the built in mail to database record.
We the extract the original “to address” to join
I am going off of memory and a quick glance at the field, but can dig deeper to document if you want —-
RecordEmailAddress Formula [Record ID Hash] & "@ td.idolawstuff.example.com"
E-Mail to Database Record CASE.eppoxnsdqo0064@ td.idolawstuff.example.com —-
|