Thanks for all your help.
I don’t find a PUBLISH button as @cttricks wrote. All I find is a DEPLOY button. What do I click to get it working?
Thanks for all your help.
I don’t find a PUBLISH button as @cttricks wrote. All I find is a DEPLOY button. What do I click to get it working?
If I remember correctly, I think you press deploy → new deployment
and you should get a screen like this:
Also, do you know if it’s possible to allow the user to choose who the sender will be? For example, if another user is using my app, then their email will get sent using my Gmail. It would be much better if they could write in an input who the sender will be.
Sorry to be bothering you with all these questions.
Thank you so much!
I’ve managed to find this…
Yeah no problem, you also helped me!
As for your question I also thought the same thing the first time I tried the tutorial.
I’m not too sure, i’ll check out the youtube api docs to see!
Sure, thanks. I’ll also research a bit and let you know if I find anything!
I found this: Class GmailApp | Apps Script | Google Developers but not sure how to work it.
Thanks. Do you know how I can send an email from an account the user chooses?
You can only change recipient email as long as you are using api request.
For sending emails from the accouont that user choose you’ll have to deploy a webapp on google apps script where your user have to sigin with there google account and allow webapp to send emails and there you can create a form to send emails form thet users email.
Yes, I’m using an API call, and I have deployed my webapp on Google Apps Script.