on the output I get the result with users. the username is similar to the name of the mail. how do i call the username variable in the sendemail command username abc abc1 abc2 John 1 2 3 Smith 3 1 2 Georgy 2 3 1 | sendemail to="
[email protected]" sendresults=true subject="Test sub" message="message" error command="sendemail", {u'@gmail.com': (501, '5.1.3 Invalid address')} while sending mail to: @gmail.com in the output, the variable takes the username, gets everyone's name and sends a message to everyone And is it possible to make everyone get only their own line of output? Thanks !!!
... View more