Google Apps Script - Send Email from Sheets Custom HTML Template 1 Custom Font Email

Поделиться
HTML-код
  • Опубликовано: 5 сен 2024

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

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

    Hi Laurence,
    Great tutorial - very clear and understandable. Everything work as advertised and I've learned a lot about object oriented programming.
    I did have an issue with htmlBody vs htmlbody but your trouble shooting techniques works great.
    Thanks again - I will continue this series with much excitement,

  • @user-tk9uy8iq4g
    @user-tk9uy8iq4g 9 месяцев назад

    Hi Laurence,
    It was really helpful and you explained from a layman's view which made it very easy to understand each and every line of syntax.
    But is there any way to keep a separate button to send the mail for all the mails together at one click?

  • @Katsiarina1
    @Katsiarina1 Год назад +1

    Love that, going to try it out at work 👍🏻

  • @thomasbihn
    @thomasbihn 2 года назад +1

    A couple things I noticed - 1. Tools didn't have Script Editor, but did have Apps Script as a menu option. 2. Next to Debug is "No Functions" I didn't see how to get onOpen to test it without exiting the spreadsheet

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

      The sheets changed its now under extensions, works the same way. The drop down of functions should be the same for run and debug.

  • @ex3d
    @ex3d 2 года назад +1

    Excellent content 11/10

  • @boredomindex3353
    @boredomindex3353 2 года назад +1

    Hi Laurence,
    Thank you for the excellent tutorial.
    Btw, how do we add the email subject dynamically? Let's say I have an extra column with subject lines.

    • @LaurenceSvekisCourses
      @LaurenceSvekisCourses  2 года назад +1

      Its in the mailApp Service sendMail() you can also do it in the options as subject which provides more flexiblity.

  • @c.nastassi
    @c.nastassi 2 года назад +1

    Hi! Thanks very much for the video. I used the code and it works perfectly. I was wondering, what should I change in order to send all the emails at the same time? I guess it is something related to the getActiveCell but the truth is that I do not have a HTML background and I am not sure.

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

      You can send lots of emails at once, keep in mind there are limits and the apps script server can time out on scripts that are running too many processes at once, this depends on the server load and will vary

  • @HarpreetSingh-sm8vr
    @HarpreetSingh-sm8vr Год назад

    i want to send email only when there is new data in sheet,i mean to last row of data in sheets rather tha i dont want to start from begining to end. want to send only last row only. How can i do

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

    Hey Lau, I want to inquire about the execution time run out for approver I have added all the codes as you’ve mentioned but still I’m getting this error ? Can you please explain

  • @HarpreetSingh-sm8vr
    @HarpreetSingh-sm8vr Год назад

    btw if i want to send email only for last row or when there is new data in sheet,how can i send to that last row only .

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

    Thank you for the video. I have a couple of questions for you. What if I wanted to also send an email for the "NO" answer? What if I wanted to send it from. The Gmail mail function without the HTML? Thank you again

    • @LaurenceSvekisCourses
      @LaurenceSvekisCourses  2 года назад +1

      Yes within the code you can send the email by applying a condition statement. You can send text based emails of HTML emails with MailApp class

  • @taylorpearson299
    @taylorpearson299 Год назад +1

    Hi I am attempting to follow this video. I have done the code just like you have but when I try to run the script to send the email it does not send. I try to debug it and run in the apps script but there are no errors. What am I missing that it does not send the email? I am attempting to get it to send an email when someone marks something as approved in the spreadsheet.

  • @NarenSushma
    @NarenSushma 2 года назад +1

    'Exception: No HTML file named temp was found' is what I am getting when I run it. Could you pls help me out with this. Thanks.

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

      You would need to create the file by that name to reference it within the code.

  • @TheKirbyn
    @TheKirbyn 2 года назад +1

    Hi, I have an html template file and in the paragraph I need to add a variable that is defined in my google app script. How do I pick up that variable?

  • @calebmackey5529
    @calebmackey5529 2 года назад +1

    How did you popluate the "yes_no" button options, mine will not populate and when it is manually typed in it gets an error message.

  • @UITRADER
    @UITRADER 2 года назад +2

    How many mail can I send?

    • @UITRADER
      @UITRADER 2 года назад +1

      !!

    • @UITRADER
      @UITRADER 2 года назад +1

      and can i use it for email marketing , thank you sir

    • @LaurenceSvekisCourses
      @LaurenceSvekisCourses  2 года назад +1

      There are limits it depends on your Google Account. I wouldn't suggest it for a mass emailing as there could be blocks in place.

  • @dimitrisvoudouris
    @dimitrisvoudouris 2 года назад +1

    I would like to ask if it is possible to send emails with the ability to select the sender, that is, I have 100 email addresses but I want to send to two specific ones

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

      Yes you can customize the script to send to specific address from a list, use an array for the list and compare it to the full list if you want.

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

      @@LaurenceSvekisCourses thank you very much

  • @fakeaccount3415
    @fakeaccount3415 2 года назад +1

    Do you know how to format time in html. It always shows as eastern time bla bla

  • @ehsan.1015
    @ehsan.1015 2 года назад +1

    When I press run it shows this: Exception: Cannot call SpreadsheetApp.getUi() from this context.
    onOpen @ Untitled 4.gs:2.
    Can someone help me out pls.

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

      the ui is only with bound scripts not standalone. the error is that there is no ui available

    • @thomasbihn
      @thomasbihn 2 года назад +1

      @@LaurenceSvekisCourses How do you make it a bound script? There was no script editor menu for me when trying to follow allong, just Extensions - > App Scripts. Thanks