When an item is rejected by a reviewer in the workflow process, how do I inform the submitter? This seems like a very common situation, but I just see the most basic fields in the "Email Action" item:
To, From, Subject, Message
Is there a system variable for the user and then something for the user's email address? I'd expect it to be something like: $user.email.
Get the Mail Workflow Action from the shared source workflow actions.
Then you need to extend Populate context a little bit to make access to the last users easier. Here is my implementation on one of our recent projects:
You can use $authoremail when setting up the email template.
Hope that helps.