S
S
serw_802020-06-18 05:28:54
Google Sheets
serw_80, 2020-06-18 05:28:54

How to send email notification from Google Sheets?

Good afternoon dear experts.
There is a table in which the director coordinates this or that information (changes the value of a cell from the list - agreed / not agreed).
How to make it so that when, for example, in cell F2, a value from the list appears - "Agreed", a letter is generated to a certain mail with a notification that your application has been approved?
Thanks in advance!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
G
galaxy, 2020-06-18
@galaxy

MailApp.sendEmail

G
Grigory Boev, 2020-06-18
@ProgrammerForever

1) To track the fact of changing the cell, use onEdit ( event ) The event
object also contains information about the new value of the cell ( enent.value ). 2) To send an email sendEmail(recipient, subject, body)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question