Email a Filled Out Form with Godot?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By krixie12
:warning: Old Version Published before Godot 3 was released.

I’m essentially looking to make a furniture log of sorts. In a perfect world with this project we can mark if there’s damage/something missing, and that report is then emailed to one of us so we have a record. Is this possible?

Is this more possible if we give the engine a set email vs the user typing in one?

Thanks!

should be possible with the Http Request node

wombatTurkey | 2017-03-29 23:05

You need some kind of email server (or service) in first place.

Omicron | 2017-03-30 04:59

:bust_in_silhouette: Reply From: Nuno Donato

You can send the info to your server via Http Request, and then on the server side you send the email.