You need to use Browser action "Open URL" or "Go to URL" with the following link:
mailto:abc@gmail.com?subject=Bugreport&body=message
Use URLEncode() expression to encode the subject and body message if needed.
Note, that this will not automatically send the email. It will only open an email app on user's device and compose the email for sending.
.
Another option is to use an online service like sendgrid.com (the first one I found in google).
Ok,
I think it might be better if it send directly a message, no?
Maybe i should take a look at array?
Or a solution where the player fill in a table somewhere that i can check?