In the model, we need to implement an email capability for messages when appropriate. This needs to include the generation of the reply-to address in correspondence with receiving emails. Something along the lines of:
thread+thread_id-user_id@snstheatre.org
Why the user-id if we can identify them by their email?
A lot of students use Gmail as their email hub and some don't have the setting right and they reply with a different email address. This eliminates that error.
In the model, we need to implement an email capability for messages when appropriate. This needs to include the generation of the reply-to address in correspondence with receiving emails. Something along the lines of:
thread+thread_id-user_id@snstheatre.org
Why the user-id if we can identify them by their email? A lot of students use Gmail as their email hub and some don't have the setting right and they reply with a different email address. This eliminates that error.