I followed all the steps but when I send the email at the step 8 try to check the mail confimation:
https://script.google.com/macros/s/AKfycbxO_WbJ677KI2dnDulOfy33EM27CL2iooHi53CAxENvKtihK0cI/exec
I get this doGet error
Thnaks
You cannot access the published URL directly. It must be sent a POST request through an html form.
did that make sense there, @joseroma ? that URL goes into the form's HTML not to be clicked directly. going to the URL is a GET request rather than a POST request which the script expects.
Yes, finally, I got it,, thank you!
Most helpful comment
You cannot access the published URL directly. It must be sent a POST request through an html form.