Hello,
I have this set up identically on two of my servers, works on one but not the other:
Contents of /usr/local/psa/bin/event_plesk_user_logged_in.sh, where example is my email address.
#!/bin/bash
mail -s "Plesk user logged in"
[email protected] <<< "${NEW_CONTACT_NAME}"
Permissions...