Google Forms - Email Notification Script - Send Confirmation Emails to Users

Поделиться
HTML-код
  • Опубликовано: 22 авг 2024
  • Learn how to send confirmation emails to users in google forms when new form is submitted. In this tutorial we'll setup email notification using Apps Script and send HTML emails to users from Gmail.

Комментарии • 140

  • @dominiccayme2782
    @dominiccayme2782 4 года назад +13

    Hello, If i wanted to include the responses from the form inside the email, how would i put that variable inside the html template? (what syntax do i use) (ie if i wanted to put emailTo into the html template?). thanks for the very informative video!

  • @edcolen
    @edcolen 4 года назад +13

    Great vídeo! It helped me a lot.
    One more question: about the last part, when you said we could use some specific answers from the form and put it on the e-mail. How can we do that?

  • @andreaguerri3948
    @andreaguerri3948 3 года назад +2

    Is it possible to have a button or a confirmation link on the email that the user who received the email is him? So in a sheet it says that the email has been verified? Already have a video done? Thanks so much

  • @rainwhozz
    @rainwhozz 3 года назад

    akhirnya dari sekian banyak tutorial ini paling simple.. NICE

  • @dylanmitchell2483
    @dylanmitchell2483 3 года назад +1

    so the form im working on is set up to where i need the student to give their academic advisors email, what do i write in the script to make it to where the form sends an email to the email they inserted for their academic advisor?

  • @mohnasnassr9816
    @mohnasnassr9816 3 года назад +1

    Great teaching skills and awesome tutorials

  • @singaporekinshun4925
    @singaporekinshun4925 3 года назад +4

    I keep getting this error.
    TypeError: Cannot read property 'response' of undefined (line 9, file "Code")

  • @learnbehappy
    @learnbehappy Год назад

    Hi, I found your videos are most useful. Can you also make a video on how to get email notification to self if something filling out form and we can reply directly to that email from our gmail. Apps script

  • @eduardonascimento1215
    @eduardonascimento1215 4 года назад +1

    Hello , it´s fine?
    I have a question.
    I am using google scripts and I want to send an email to the user with a "confirmation" button.
    When that user clicks the button, I want them to make a change to the google spreadsheet.
    Can you help me?
    Thank you

  • @isikeratli
    @isikeratli 5 лет назад +3

    Hi, i loved your videos. Can you go on with this series? Preferably with add ons or script editor parts. Thanks!! :)

  • @vanessabarboza9059
    @vanessabarboza9059 3 года назад

    hi! amazing video, it helped me a lot. my question is, can i send email notification with a formatted description of a section header? i obtain the content of the section, however when sending it by mail, the information dont respect spaces or line breaks that in the form if it has.

  • @hogiarthasutiono
    @hogiarthasutiono 4 года назад

    Hello, thanks for making this superb tutorial! I have a question: how to automatically send an email notification to the respondents after the respondents have changed their submitted responses? Thank you very much!

  • @kensleylewis
    @kensleylewis 10 месяцев назад

    Nice work!

  • @sushilkumarthakur6033
    @sushilkumarthakur6033 3 года назад

    This is awesome! but as you said we can get specific responses and send them using email. How can we do that? any help on this will be appreciated as it been hectic for me.

  • @FAAS12023000
    @FAAS12023000 4 года назад +1

    Thanks! The best solution!

    • @PawanHiray
      @PawanHiray 4 года назад

      Bro its not working for me😟😭

  • @walterpaiva719
    @walterpaiva719 5 лет назад +2

    Thanks for the video!! Please do more Google Docs AppScript Videos XD

  • @Beccasouza
    @Beccasouza 3 года назад

    I got this to work! Thank you!!!
    How can I change the reply to or the from field?

  • @saranadharbhatia
    @saranadharbhatia 2 года назад

    Do we have any limit on sending these emails to the form respondents while using a free Google account?

  • @razordous
    @razordous 4 года назад +1

    Yes. it works totally for me. thankss..

  • @datamanager3273
    @datamanager3273 5 лет назад

    Hi, Thanks for your most valuable videos...It my request to you kindly share the working sheet so that we can learn it perfectly.

  • @unforgettableplayz5117
    @unforgettableplayz5117 3 года назад +1

    This is a really informational video.
    Thanks man for this video. :)

  • @carloautor
    @carloautor 3 года назад

    How can we use this as an email validation that will act to send their username and password that has been stored to google sheets. Is it possible?

  • @lauraa.3593
    @lauraa.3593 4 года назад +1

    Excellent! Thank you!

  • @robmreyes9359
    @robmreyes9359 4 года назад +1

    If I wanted to inclue the responses in the email, how would I do this? I assume it would be some form or Form.getResponses, but not sure how to merge the responses with the HTML file.

  • @bkanand2009
    @bkanand2009 4 года назад +1

    Really it's good, Thank you

  • @mohamed.montaser
    @mohamed.montaser 3 года назад

    what should i change to send this email to different emails and not the respondent only

  • @teamseescap7473
    @teamseescap7473 4 года назад

    Thank you so much dude!!! keep up the good work

  • @pcampa65
    @pcampa65 9 месяцев назад

    Google docs/forms now has this function built-in 2023-10-29

  • @abrahamsabbah2942
    @abrahamsabbah2942 3 года назад

    Amazing video, works flawlessly. How can I get the input values (from GForm) and pass them through the email.html?

    • @abrahamsabbah2942
      @abrahamsabbah2942 3 года назад

      For example, I'd like to get the "Name" input value from "e" and for it to show up in the email confirmation.

  • @DiasFranciscoA
    @DiasFranciscoA 4 года назад

    I would like to to know if it is possible to send the email through another Email domain... for example logging into another account (NOT A GMAIL ONE) and send the email through there! Can we avoid the email quota that way?

  • @projectsjuanurbina2493
    @projectsjuanurbina2493 4 года назад

    Excellent video, thanks for sharing. How can I add specific data from the form to be part of email body or subject?..any other video explaining that??..BR

  • @JohnBywaters
    @JohnBywaters 4 года назад

    just looking for a simple way to when user submits response it sends an email to myself with name ,email. message as body however reading I have looked at some add-ons they have restrictions on free use. Google forms own notification only tells you activity response on the form send a link ,can also send a receipt to the user . Gmail limits 100 emails sends per day but using a "trigger" is limited to 20 per script per day. so if using a submitted response to trigger you would be limited to 20 emails is that so? . is there a simple work around ?

  • @sankarbiswas5945
    @sankarbiswas5945 2 года назад

    Hi, your videos are always awsome 👌. For the email part, I need to add the form submission ID to the Subject line and the name of the person who submitted the form in the email body (to greet). Can you help me on this? Thanks a lot in advance. 🖖

  • @ankitmishra-zw9vc
    @ankitmishra-zw9vc 4 года назад +2

    Hey, I am getting an error in the line "e.response.getRespondent" And, i think there have been some changes in the Google Apps Script code.

    • @ankitmishra-zw9vc
      @ankitmishra-zw9vc 4 года назад

      I am not getting the option like "emailTo". Instead to this, "string recipient". Any process how can we proceed further in that case?

    • @eyyubselimunlu2940
      @eyyubselimunlu2940 2 года назад

      same here

  • @MaxGong333
    @MaxGong333 5 лет назад

    Good thanks!!! And also do u know hot it make as PDF file and edit by themselves after they submit????

  • @alexgarcialeal
    @alexgarcialeal 3 года назад

    Hello, mr. Awesome! Could you make a simple video of a wedding (or prom or anything) invitation? Explaining how to send an automatic reply if "yes", and a different one if "no". Thanks!

  • @taynaramarques3197
    @taynaramarques3197 3 года назад

    Please I need help! sorry for my bad english, i will try to explain my problem.
    The script repeats all emails in the spreadsheet that are sent using the google form, I don't know what to do, please help me

  • @abiodunarije
    @abiodunarije 4 года назад

    I followed every step. However, the body of the mail doesn't carry the html text. The submitter only gets "This email requires HTML support. Please make sure you open with a client that supports it"

  • @FazlulHaque77
    @FazlulHaque77 2 года назад

    Hi do you have a video tutorial by which i can learn how to validate email addresses in Google forms based on the the list of email addresses stored in Google sheet. Please refer to any video or webpage. Thanks in advance

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  2 года назад

      At the moment this is not possible to do in google forms in a secure way.
      You could do this with a web app.

  • @elsiefernandez8512
    @elsiefernandez8512 3 года назад

    Get video! I followed your steps but I never receive the confirmation email. When I look at my trigger page I have 100% error rate.

  • @nitovkolivanovmeus6332
    @nitovkolivanovmeus6332 4 года назад

    Ypu are a Master . Wanna know if can do this with a professionnal email. If Yes, let me know how please. Good Work

  • @coreymccall2963
    @coreymccall2963 4 года назад

    Can @Learn Google Spreadsheets or someone else help me figure out how to do the specialization where the respondents answers that they submit show up in the confirmation email? Thank You

  • @isaaccruzguido592
    @isaaccruzguido592 3 года назад

    @Learn Google Spreadsheets
    The script keeps sending the email in HTML instead of plain text. Is there a way to fix that? See code below.
    function formSubmit(e) {
    const info = e.namedValues;
    const pdfFile = createPDF(info);
    const entryRow = e.range.getRow();
    const ws = SpreadsheetApp.getActiveSpreadsheet().getSheetByName("Onboarding Packet-EMEA");
    ws.getRange(entryRow,22).setValue(pdfFile.getUrl());
    ws.getRange(entryRow,23).setValue(pdfFile.getName());
    sendEmail(e.namedValues['Email Address'][0],pdfFile);
    }

    function sendEmail (email,pdfFile) {
    var html = HtmlService.createTemplateFromFile("email.html");
    var htmlText = html.evaluate().getContent();

    var subject = "Verizon Media: Thank you! Next Steps...";
    //var textBody = {htmlBody:htmlText};
    var attachment = {
    attachments: [pdfFile],
    name: 'HR Onboarding Team'};
    MailApp.sendEmail(email,subject,htmlText,attachment);
    };
    function createPDF(info){
    const pdfFolder = DriveApp.getFolderById("1Q9pB4n14m9VEikouQ-_WWx5LIAgDxhAL");
    const tempFolder = DriveApp.getFolderById("14iJEpwsb1KpeIYdcmQGuakyN9DmJXa9U");
    const templateDoc = DriveApp.getFileById("1DiCDrHhqxVWaVn8uxx3sExM3dl45VPLKxFmqy6xL9oc");
    const newTempFile = templateDoc.makeCopy(tempFolder);
    const openDoc = DocumentApp.openById(newTempFile.getId());
    const body = openDoc.getBody();
    body.replaceText("{listAanswer}", info['"LIST A": '][0]);
    body.replaceText("{listBanswer}", info['"LIST B": '][0]);
    body.replaceText("{listCanswer}", info['"LIST C": '][0]);
    body.replaceText("{listDanswer}", info['"LIST D": '][0]);
    body.replaceText("{Date}",info['Date'][0]);
    body.replaceText("{pName}",info['Print Name'][0]);
    body.replaceText("{Company}", info['Company'][0]);
    body.replaceText("{lName}", info['Last Name'][0]);
    body.replaceText("{fName}", info['First Name'][0]);
    body.replaceText("{mName}", info['Middle Name'][0]);
    body.replaceText("{dName}", info['Department Name'][0]);
    body.replaceText("{emName}", info['Engagement Manager Name'][0]);
    body.replaceText("{srAnswer}", info['Your Services and Responsibilities'][0]);
    openDoc.saveAndClose()

    const blobPDF = newTempFile.getAs(MimeType.PDF);
    const pdfFile = pdfFolder.createFile(blobPDF).setName(info['Print Name'][0] + " " + "Completed Onboarding Packet" + " " + new Date());
    return pdfFile;
    }

  • @anishbalan4963
    @anishbalan4963 4 года назад +1

    Solve this issue :
    TypeError: Cannot read property 'response' of undefined
    at sendEmail(Code:8:19)

    • @MJeducationJIGARPATEL
      @MJeducationJIGARPATEL 4 года назад

      @Jacobo Garrido even i am facing the same error TypeError: Cannot read property 'response' of undefined
      at sendEmail(Code:8:19)

    • @beauleveille6347
      @beauleveille6347 4 года назад

      I had an error in this line. When I corrected it the TypeError went away
      HtmlService.createTemplateFromFile("email.html") - check this line

  • @randd8783
    @randd8783 3 года назад

    Help me! I cant select head deployment... It doesnt appear as an option

  • @khaleequrrahman
    @khaleequrrahman 3 года назад

    hey i want when a user enter a data and only admin get the data and also a verification button and when admin click on verify it automatically veryfication email and or something that i want to send back

  • @nitovkolivanovmeus199
    @nitovkolivanovmeus199 4 года назад

    I don't know anything about the code, I can only copy and paste I'd like to know if this script still works, if there are any updates since your this video?

  • @REOTopTheLET
    @REOTopTheLET 4 года назад +1

    How do we send an autogenerated number in the email notification?

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  4 года назад

      Math.random() generates a random number in javascript. If you need a whole number you can do something like this Math.floor(Math.random() * 10). Change 10 to your liking.

  • @AgendaBioBioCL
    @AgendaBioBioCL 4 года назад

    Hi, Can you help me?
    For a simple case, How i must be call the answer from the answer.html tab inside the script. This code is not working for me (i'm not developer):
    function formSubmitReply(e) {
    var user1 = e.values[1];
    var msg = HtmlService.createTemplateFromFile("answer.html");
    MailApp.sendEmail(
    {
    to: user1,
    subject:"Example Subject",
    htmlBody: msg,
    }
    );
    }
    Than you!

  • @aaronalex8568
    @aaronalex8568 4 года назад +1

    Thank you! You're a life saver

  • @chhavigoel7030
    @chhavigoel7030 4 года назад

    is there any limit to how many responses we can generate through this method on a daily basis?

  • @garryhosena
    @garryhosena 2 года назад

    Hi, thank you for this video. it really helps me a lot. Can you help me with one thing on how to add the name of the recipient on the HTML format.
    Hi ,

  • @junjiematic2042
    @junjiematic2042 4 года назад

    Having trouble in evaluate get content string it’s doesn’t appear.

  • @moudikaakbar5674
    @moudikaakbar5674 4 года назад

    hi, is there a way to send confirmation email to respondent with a PNG/PDF generated from the response sheet like QR code that has been generated

  • @devmathur164
    @devmathur164 4 года назад

    it is a great video. i want to know how can we send attachment with the mail

  • @pichit.raetai
    @pichit.raetai 5 лет назад

    Love this channel

  • @olafadebi9850
    @olafadebi9850 3 года назад

    Pleeease could you help me out? I'm getting this error (TypeError: Cannot read property 'response' of undefined (line 7, file "sendEmail")) after following all your procedures.
    function sendEmail(e) {
    //response
    //getRespondentEmail()
    var html = HtmlService.createTemplateFromFile("email.html");
    var htmlText = html.evaluate().getContent();
    //Logger.log(htmlText);
    var emailTo = e.response.getRespondentEmail();
    var subject = "Thanks for your order";
    var textBody = "This email requires HTML support";
    var options = { htmlBody: htmlText };

    if(emailTo !== undefined){
    GmailApp.sendEmail(emailTo, subject, textBody, options);
    }

    }

  • @centrumz052307
    @centrumz052307 3 года назад

    Thank you

  • @chrismcarlin3572
    @chrismcarlin3572 4 года назад

    Hey everyone I’m a novice at this, followed everything exactly but when I get to create the trigger, on select event source it only lets me select time driven or from calendar and not on form. Can anyone help please?

  • @gotolangley
    @gotolangley 4 года назад

    hi there, if I want to get the email address from the form, then I would like to put it as 'from email address' so it sends the form result to another email address. Is that possible?

  • @ResistEdits1
    @ResistEdits1 3 года назад

    Good job!

  • @VISHALPATIL-id4tf
    @VISHALPATIL-id4tf 4 года назад

    nice video but How to do text massage on mobile instead of email after submitting Google form

  • @MarcosElias
    @MarcosElias 5 лет назад

    Thks. Seu vídeo me ajudou no Brazil.

  • @Josh-Pannell
    @Josh-Pannell 4 года назад

    I'm getting this in the log: [20-06-29 10:57:43:762 PDT] TypeError: Cannot read property 'response' of undefined
    at sendEmail(Code:8:19)
    What do I have wrong?
    function sendEmail(e) {
    //response
    //getRespondentEmail()
    var html = HtmlService.createTemplateFromFile("Email.html");
    var htmlText = html.evaluate().getContent();
    logger.log(htmlText);
    var emailTo = e.response.getRespondentEmail();
    var subject = "Thank You from The Pannell Family";
    var textBody = "This email requires HTML support. Please make sure you open with a client that supports it.";
    var options = { htmlBody: htmlText };
    if(emailTo !== undefined){
    GmailApp.sendEmail(emailTo, subject, textBody, options)
    }
    }

  • @undeaddoeinc.7572
    @undeaddoeinc.7572 3 года назад

    I keep running into issues with column 8, it says the "code" is broken, but I copied you 100%. What am I doing wrong?

  • @adamthedev
    @adamthedev 4 года назад

    Hi, can you confirm if this works if the recipient email is anyone other than one on your domain? I can only send the email if it's one of my email addresses and not another gmail, for example. If yours works, can you please explain how? I believe it may be some config settings?

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  4 года назад

      Did you set to collect emails in your form settings?

  • @davidsookharry8555
    @davidsookharry8555 4 года назад

    can you do one that prevents a duplicate entry before the person submits the form

  • @InsideMyWall
    @InsideMyWall 2 года назад

    Can I forward Google form responses through WhatsApp to the sender??

  • @MJeducationJIGARPATEL
    @MJeducationJIGARPATEL 4 года назад

    TypeError: Cannot read property 'response' of undefined
    at sendEmail(Code:8:19)

  • @mohamedsalih9314
    @mohamedsalih9314 4 года назад +2

    Is it possible to send confirmation message to WhatsApp?

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  4 года назад

      It should be possible if you're a whatsapp business API user.

  • @ashwinsankhwar3595
    @ashwinsankhwar3595 4 года назад

    I need to send a Response Sequence ID number to the form user as soon as the form is submitted. How to accomplish that?

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  4 года назад

      This should steer you in the right direction ruclips.net/video/EpZGvKIHmR8/видео.html

  • @KapilKumar-yo2qc
    @KapilKumar-yo2qc 3 года назад

    ReferenceError: getcode is not defined ( after run get error)

  • @javazantech
    @javazantech 4 года назад

    Great vídeo !!

  • @richardlax749
    @richardlax749 3 года назад

    I want the email notification to come from one of many departments, depending on which department is selected in the form. I have had all departments install a form submit driven trigger on the same form project but right now email confirmations are being sent from all departments each time a form is submitted. I want to use an if statement like if department chosen = sales then fire the trigger with id = salesTriggerId.

    • @richardlax749
      @richardlax749 3 года назад

      I solved the problem by creating a separate function for each department and a conditional to check which department the respondent selected.

    • @ernestaldrinespino2574
      @ernestaldrinespino2574 3 года назад

      @@richardlax749 can you share your code? im trying to do this also.

  • @deepakt8945
    @deepakt8945 11 месяцев назад

    I have copied exactly but mail is not going

  • @Gitaagit02
    @Gitaagit02 4 года назад

    i did not receive and email using this code, please help me

  • @autumnalfoliage
    @autumnalfoliage 4 года назад

    Mine keeps giving me this error-- TypeError: Cannot read property 'response' of undefined (line 8, file "Code")
    Line 8: var emailTo = e.response.getRespondentEmail();
    Any ideas why it is doing this?

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  4 года назад

      You are supposed to submit the form instead of running the function manually. Please follow the tutorial step by step instead of trying to copy the final code.

  • @Asorour1988
    @Asorour1988 4 года назад

    How do I send notifications to others beside respondent ?

  • @belhedimohamed6305
    @belhedimohamed6305 2 года назад

    Hi ,
    Please how can I retrieve data from form to html page ???

  • @educationaroundtheworld1837
    @educationaroundtheworld1837 4 года назад

    Hello, very good explanation. Thank you! I would like to send the email from my company's email account and not from a gmail account (company email account is already added in Gmail), is it possible?

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  4 года назад

      Use MailApp instead of GmailApp

    • @educationaroundtheworld1837
      @educationaroundtheworld1837 4 года назад

      @@ExcelGoogleSheets Thank you for your response. I modified to MailApp but I'm still getting emails sent from my gmail account instead of company email. Any suggestions?

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  4 года назад

      You want to login from company Google Account and then run the script. Assuming they didn't already create and attach a gmail account to it.

    • @educationaroundtheworld1837
      @educationaroundtheworld1837 4 года назад

      @@ExcelGoogleSheets Thank you for your answer! Much apperciated it. I added the company email and made it default. I can send emails from Gmail as my companie's email so that part is working, BUT what I really need is from Google Forms, the email sent is still from Gmail and not from the company email. I tried using MailApp but is still not receiving emails from company.

    • @coreymccall2963
      @coreymccall2963 4 года назад

      ​@@ExcelGoogleSheets can you help me figure out how to do the specialization where the respondents answers that they submit show up in the confirmation email? I would also like to figure out a way that when the response goes to forms, it only shows what the respondent answered. Thank you. please respond ASAP.

  • @deLoreanxD
    @deLoreanxD 4 года назад +1

    Hello, my dude. Is there any way to get user name instead of email from the form?

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  4 года назад +1

      e.response contains all fields entered by the user.

    • @deLoreanxD
      @deLoreanxD 4 года назад

      ​@@ExcelGoogleSheets Thanks! But how to get a specific one?

    • @xeonchoy4019
      @xeonchoy4019 4 года назад

      @@ExcelGoogleSheets what if I having some vlookup in the response sheet and also the automated numbering that I wanted to send in the email. How I can do so?

  • @canceriansaf555
    @canceriansaf555 4 года назад

    Halo Brother,
    help me in same script, how can i grab the details from the sheet & send a customise email please help

  • @valamielvestil9504
    @valamielvestil9504 4 года назад

    Why cant I open my script editor? It says "Sorry, unable to open the file at this time. Please check the address and try again."

    • @bismajoyosumarto1237
      @bismajoyosumarto1237 4 года назад

      Are you logged in to more than one account at the same time? For some reason, if that is the case, you can't open the Script Editor at all. At least from my experience, you can either log out of all of your accounts and then log in to one, or you could just open an Incognito window and log in and do your work from there.

  • @nobodycares3757
    @nobodycares3757 2 года назад

    Sir how to use and send email from custom domain in appscript for free

  • @satyavanroundhal1013
    @satyavanroundhal1013 4 года назад

    Hello, How can we insert Google Sheet dynamic Values of latest submitted form to HTML Email body?

  • @surajgangwar4261
    @surajgangwar4261 5 лет назад

    amazing

  • @Kunnoth18
    @Kunnoth18 4 года назад

    How can I auto fill the Google form?

  • @bensonluis9846
    @bensonluis9846 4 года назад

    not working when email address in not required or collect email address is not checked?

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  4 года назад

      No surprise, if there is no email collected there should be no email sent.

  • @Enigmage
    @Enigmage 5 лет назад

    How can I send out a delayed confirmation email? Like three weeks after the initial form is filled out.

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  5 лет назад

      You would do this from spreadsheet side, not forms side. Filter your spreadsheet data by date and then send emails.

  • @EduardoBicelisGarcia
    @EduardoBicelisGarcia 5 лет назад

    Guess I got to study about forms if I happen to need it

  • @KapilKumar-yo2qc
    @KapilKumar-yo2qc 3 года назад

    ReferenceError: getcode is not defined

  • @wbauditgramdootdataauditda380
    @wbauditgramdootdataauditda380 4 года назад

    ReferenceError: "Htmlservice" is not defined. (line 5, file "Code") this is my problem and its not work properly
    so please help as soon as possible.

  • @surajgangwar4261
    @surajgangwar4261 4 года назад

    if i want to send with name so please tell me how to send with name.

  • @WalkWithTiger
    @WalkWithTiger 2 года назад

    Does this work only with G-Suite????

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  2 года назад

      No.

    • @WalkWithTiger
      @WalkWithTiger 2 года назад

      @@ExcelGoogleSheets Despite of coding exactly the way you did (followed the steps by pausing and typing) it still gives me an error . I had to do away with the entire script 3 times.

  • @kimkimhun9366
    @kimkimhun9366 3 года назад

    I got Error
    TypeError: Cannot read property 'response' of undefined

    • @genaminin
      @genaminin 3 года назад

      I have same issue

  • @PawanHiray
    @PawanHiray 4 года назад

    I am Getting error in line 8 code

  • @amishsingh389
    @amishsingh389 4 года назад

    Is there a limit as to how many emails can I automatically send using this script?

    • @ExcelGoogleSheets
      @ExcelGoogleSheets  4 года назад

      Yes and it depends on your account level.

    • @REOTopTheLET
      @REOTopTheLET 4 года назад +1

      Learn Google Spreadsheets how do we know how many email? Where do we see that information?

  • @rafidmunawir1683
    @rafidmunawir1683 3 года назад

    why my code didn't work...

  • @surajgangwar4261
    @surajgangwar4261 5 лет назад

    please how to send text sms on mobile numbers. please make a tutorial this type.

  • @prashantmakwana844
    @prashantmakwana844 4 года назад

    Can you share this code ..