Send Email reminder Date from Sheet

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ต.ค. 2024
  • The senderEmail function retrieves data from a Google Sheet named "Users", which contains information about users including their email addresses, a date of last contact, and a reminder flag. The function then iterates over each row of user data and checks if the reminder flag is empty.
    If the reminder flag is empty, the function calculates the difference between today's date and the date of last contact for the user. If the difference is negative (meaning the last contact date is in the past), the function sends an email to the user reminding them to make contact, and updates the reminder flag with today's date.
    The function also logs the difference in days between today's date and the last contact date for each user. If the reminder flag is not empty, the function simply logs its value.
    Overall, this function appears to be designed to automate the process of sending reminders to users who have not made contact in a while, and to track when those reminders were sent. However, without more context about the purpose and use case of the "Users" sheet, it is difficult to determine the full scope and functionality of the code.
    Course content web development and web design courses with coding examples and source code for the lesson content. Source Code is available within my Github account. Lessons posted are designed to help students learn more about a specific topic related to modern web development and applying code.
    Laurence Svekis is a professional top selling course author having instructed over 1 Million students both online and in person. Laurence Svekis is a Google Developer Expert specializing in Google Workspace automation using Google Apps Script Code.
    Check out my Website for more details at basescripts.com/
    Subscribe - www.youtube.co...
    Tags and Keywords
    #AppsScript #googlesheets #workspace #accounting #finance #automation modern web design online course #onlinecourses #modernwebdesign #tips #appsscript #coding #codingtutorial #script #scriptinghelp #google #Viral #subscribe #helping #GoogleAppsScript #Gmail #Attachments #Spreadsheet #Automation #GmailAttachments #GoogleAppsScript #EmailProductivity #Automation #SpreadsheetLogs #AttachmentDetails #TechTips #ProductivityHacks #GoogleDrive #GmailSearch #GoogleAppsScript #Spreadsheet #Email #Automation #Iteration #subscribe
    #GoogleSheets #GoogleAppsScript #CustomUIMenu #SpreadsheetTips #ProductivityTips #TechTutorial #CodingTutorial #BeginnerFriendly #StepByStepGuide

ความคิดเห็น • 15

  • @scubacentresodwanabay1531
    @scubacentresodwanabay1531 4 หลายเดือนก่อน +1

    Awesome tutorial!! Please help me take it one step further. How can i automate a follow-up email sent to an email in column 2 in 3 months time based on the date in column 4?

  • @waraytattoo3473
    @waraytattoo3473 ปีที่แล้ว +1

    i already did this last 2020 with my project in school. but your code is more detailed than mine haha. nice tutorial by the way.

  • @TomWien
    @TomWien ปีที่แล้ว +1

    That trigger function is outstanding 👍
    What a great a feature and well explained (at least for me ☺️)

  • @ErinSmoak
    @ErinSmoak ปีที่แล้ว +1

    Thank you!! This was exactly what I needed.

  • @darulumadyo2519
    @darulumadyo2519 6 หลายเดือนก่อน

    thanks a lot !! you are great !!

  • @user-MasthInsaan2023
    @user-MasthInsaan2023 9 หลายเดือนก่อน +1

    if its a VAR, INSTEAD OF CONS, WILL IT STILL WORK?

  • @limjason1661
    @limjason1661 ปีที่แล้ว

    Hi, at 1:02, how do you set the date like that

  • @yaniadam
    @yaniadam หลายเดือนก่อน

    does it automatically send to email?

  • @dilawarmubashir-9pfn701
    @dilawarmubashir-9pfn701 6 หลายเดือนก่อน

    How can you add multiple people to the recipient list for the emails?

    • @tatianaachkar709
      @tatianaachkar709 3 หลายเดือนก่อน

      don't we just change the email in the spreadsheet? cz in the code it retrieves the specified needed mail from the spreadsheet

  • @rajguptaji100
    @rajguptaji100 5 หลายเดือนก่อน

    code