Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: mgajdosikYou can get the logged in username using python node and one of the following commands: os.getenv('username') or os.getlogin() or getpass.getuser(). Still you need to have smtp server setup to be able to send emails from Lavastorm. Also this applies only if you are running the server locally. If you are running from unix server, by using the above statements you will get unix user that runs the lavastorm engine.
Marek