No video

Send an email from Google Sheets (Beginners Apps Script tutorial)

  Рет қаралды 60,090

James Murdza

James Murdza

Күн бұрын

Support me on Patreon: / jamesmurdza
In this video I’ll show you how to make a Google Sheet that can send an email. All you need is a Gmail/Google Docs account. The tutorial takes less than five minutes. While this script requires pressing a button to send the email, we will learn how to automate this in a following tutorial.
#GoogleSheets #AppsScript #Tutorial
For related guides and tutorials: jamesmurdza.com/

Пікірлер: 38
@moniquecatipon489
@moniquecatipon489 5 ай бұрын
I have stumbled upon this fantastic video and lesson... Super appreciate you for sharing! ❤❤🎉
@jamesmurdza
@jamesmurdza 5 ай бұрын
Of course, thank you! 😁
@krraman2005
@krraman2005 5 ай бұрын
Many thanks James for your absolutely great video. Can you please tell me how to trigger the email based on the value of a particular cell in my spreadsheet ?
@jamesmurdza
@jamesmurdza 3 ай бұрын
I'll try to make a video on this. If you need help in the meantime, send an email to me@jamesmurdza.com.
@JoeyTheGrove
@JoeyTheGrove 16 күн бұрын
This is a GREAT video! Question: How would I personalize the email? Like Hi James... (I don't want to just say "Hi there..." in the body. And, how do I send this to a list? I've tried to create a range formula, but it's not working.
@jamesmurdza
@jamesmurdza 12 күн бұрын
Thank you! You can use =CONCATENATE in Google Sheets to join strings together to create a simple template. To send to a list, you need to use comma separated values. You can use =TEXTJOIN to convert a range of cells to comma separated format.
@labocuphealthlabourreahab
@labocuphealthlabourreahab Жыл бұрын
Many thanks for your excellent video and lesson! 😊❤
@michaelc8192
@michaelc8192 Жыл бұрын
Thanks for posting this was very helpful. I was wondering if there was a way to input a pdf attachment to this script.
@fratrisilva
@fratrisilva 2 жыл бұрын
Thank you for this! This was truly very helpful!
@jamesmurdza
@jamesmurdza 2 жыл бұрын
You are welcome!
@mrigankverma3179
@mrigankverma3179 Ай бұрын
Hii bro I want to attach google dashboard photo in mail. Is it possible?
@user-rd7tr6gf7w
@user-rd7tr6gf7w 5 ай бұрын
hello, can you help me with doing this, but it automatically sends an email if a student is 5 consecutive late
@jamesmurdza
@jamesmurdza 3 ай бұрын
Hi, can you send me an email to me@jamesmurdza.com?
@karylzoeubalde
@karylzoeubalde 5 ай бұрын
how to make the sender's full name and not their email address as display when email is arrived?
@jamesmurdza
@jamesmurdza 3 ай бұрын
Hi, I would try something like this: James Did that work?
@karylzoeubalde
@karylzoeubalde Ай бұрын
@@jamesmurdzaNo, it says invalid email address
@joannaemma1877
@joannaemma1877 9 ай бұрын
How to attach a Google Excel as attachment in automated email?
@donmustard9020
@donmustard9020 Жыл бұрын
Is there a way to avoid the DMARC blocking of the auto generated emails? Admittedly very new to this but each email address I tried to send to came back with email server blocking the emails due to DMARC initiatives
@EamonnCottrell
@EamonnCottrell 5 ай бұрын
Is it blocking your gmail address or a custom email? The DMARC stuff is very confusing for me. I went through the process of setting it up through my newsletter recently and made this video about it if it's helpful. I think that the bit toward the middle on DMARC setup could apply to any custom email since it's where I added the DMARC policy to my custom domain. kzbin.info/www/bejne/imi1momvpbGhrqM
@BM-xu2ci
@BM-xu2ci 10 ай бұрын
How to get attacment for the sheet ?
@ChaitanyaMankar99
@ChaitanyaMankar99 7 ай бұрын
How to deploy the code, it working when I click on Run, mot sure how to deploy the same
@jamesmurdza
@jamesmurdza 7 ай бұрын
Something like this? kzbin.info/www/bejne/pZzKeHutatmKmZI
@user-wr9dh6yv1o
@user-wr9dh6yv1o Ай бұрын
Hi . I need help
@user-cm7wb5mq3d
@user-cm7wb5mq3d 8 ай бұрын
James, when you type in the let sheet = i'm unable to see the drop down list of values
@jamesmurdza
@jamesmurdza 8 ай бұрын
Hi! The drop down is just the editor's autocomplete. The only thing that matters is that the code is correct in the end. Or, you can just copy the code from here. 🙂 gist.github.com/jamesmurdza/addf30adbd65f7e28f6a855b75469be8
@user-cm7wb5mq3d
@user-cm7wb5mq3d 8 ай бұрын
@@jamesmurdza thanks so much!
@wanmeireles7182
@wanmeireles7182 Жыл бұрын
Thanks, very helpful! Unfortunately I'm having some problems. I tested the e-mail and the body is like stanzas instead of the paragraphs I wrote. Do you know whats the problem? Also, is it possible to add a pdf file to the e-mail?
@jamesmurdza
@jamesmurdza 8 ай бұрын
Hi, I believe this would require some HTML. Unfortunately I'm not exactly clear on how to do this yet.
@wanmeireles7182
@wanmeireles7182 8 ай бұрын
@@jamesmurdza Thanks, I remember I was able to solve that with the help of ChatGPT
@thephischmann
@thephischmann 11 ай бұрын
I am a school teacher. I have a folder with googlesheets of student info that I want to give share viewer rights to the parents. Is there are way I can do this enmasse? Thank you
@jamesmurdza
@jamesmurdza 11 ай бұрын
That should be quite straightforward if they have Google Accounts. support.google.com/drive/answer/7166529
@o0monox0o
@o0monox0o Жыл бұрын
i'm collecting data daily from a simple form to a Google Spreadsheet with headers, how can I send an email with that data each time new data is added into the spreadsheet?
@jamesmurdza
@jamesmurdza Жыл бұрын
You can use an "on change" event trigger, similar to how I show in this video: kzbin.info/www/bejne/pZzKeHutatmKmZI
@kiranbarack2562
@kiranbarack2562 Жыл бұрын
How to add multiples mails ? and what's the code??
@jamesmurdza
@jamesmurdza Жыл бұрын
Add commas for multiple emails!
@kiranbarack2562
@kiranbarack2562 Жыл бұрын
@@jamesmurdza no it's showing the address is already there
@Ovidiogom009
@Ovidiogom009 Жыл бұрын
Laptm ni el inglés entendí 😢😢
Send Personalized BULK Emails in Gmail (for FREE)!
6:50
Jeff Su
Рет қаралды 555 М.
طردت النملة من المنزل😡 ماذا فعل؟🥲
00:25
Cool Tool SHORTS Arabic
Рет қаралды 14 МЛН
Logo Matching Challenge with Alfredo Larin Family! 👍
00:36
BigSchool
Рет қаралды 22 МЛН
Они так быстро убрались!
01:00
Аришнев
Рет қаралды 3,3 МЛН
Send emails from Google Sheets with Gmail - automatically NoCode
9:16
Business Automated!
Рет қаралды 72 М.
Google Sheets: Send Email When Condition Met
6:49
Spencer Farris
Рет қаралды 55 М.
How to automatically send customized mails from Gmail
25:13
Automation Made Easy
Рет қаралды 66 М.
Send Email reminder Date from Sheet #tips
11:43
Laurence Svekis
Рет қаралды 7 М.
Automate emails with Google Sheets
17:17
Matt Brigidi
Рет қаралды 21 М.
طردت النملة من المنزل😡 ماذا فعل؟🥲
00:25
Cool Tool SHORTS Arabic
Рет қаралды 14 МЛН