How to create email alerts for wireless sensor

Hi, I am new to node-red. I have used this wireless temperature and humidity sensor to send data to the node-red dashboard. But I want to know how to create email alerts. So I can get its data remotely.

Thanx for the help in advance.

Did you read the documentation ?

[{"id":"2810d74a.77e89","type":"e-mail","z":"b3a47fde.337c98","server":"smtp.gmail.com","port":"465","secure":true,"tls":true,"name":"","dname":"","x":446,"y":726,"wires":[]},{"id":"362d0f71.288ef8","type":"inject","z":"b3a47fde.337c98","name":"","topic":"The subject","payload":"The body","payloadType":"str","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":238,"y":726,"wires":[["2810d74a.77e89"]]}]

@evan also posted about using the same sensor this week. Is this coursework?