How can I send a file to an email address?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By marcorexo

Hi,

I have prototyped an app that collects score data and saves it in a file. I’d like to be able to send this file via gmail if possible.

According to the Godot documentation I can use the HTTPRequest node to send data to a server. But, has anyone here done this using Google’s API to send data to an email address? Can you help?

Thanks