Send mail directly , in godot is posible without open the web browser?
OS.shell_open("mailto:mailone@gmail.com?subect=title") #How not Open de web browser o app for mail and send quickly and directly ? is posible in godot now ?
you'd probably have to implement your own mail client inside godot then.
Or use a command-line mail client application that can be accessed with OS.shell_open().
Hey, i have the same question, i found this way but i want to know how to implemented in c#.