I am using auto actions to allow administrator to "login as" a specific user using special url. This functionality is working fine using Logout action and then a Login action.
Now I want to trigger a notification email whenever any administrator uses this feature. So I added a 'action' action at the beginning which triggers Logout action and email action. But the logout (and login) works but no email is sent.