I have a Business Rule in place that after a new user is created, will create an Exchange mailbox for the user, set the Retention Policy for the user, then send them a welcome email. The welcome email action keeps failing with the following error:
Resolving value references in the notification recipient address '%mail%' resulted in an empty string. There are no recipients specified.
However, when I look at the user after they are created and the action fails, their %mail% attribute is populated with the correct email address for the user. Is this maybe just a timing issue or something?