Team
Please help me to get user email of current user using command line. This is used to trigger email to current user while executing a windows batch file.
The only way to know what the email name is from querying the email server, unless the name is the same as the username. Then just use the %username%.domain.com(org, whatever) format in the mailto command.
The only way to know what the email name is from querying the email server, unless the name is the same as the username. Then just use the %username%.domain.com(org, whatever) format in the mailto command.