I want to show the particiular sensor's data in the email. The present email is to show all sensor as :

Temperature 1 : 26.4C
pH-value 1 : 6.03pH
Redox 1 : 345mV
Conduct.(S) 1 : 1.0234
pH-value 2 : 10.50pH
pH-value 3 : 8.26pH

Yet, I just want to show :
Temperature 1 :
pH-Value 3 :
Conduct. (S) :
Redox 1 :

How should I write the script to show this in email?

Besides, can I give the label to the sensor in my email? (EG : Temperature 1 is "Main Tank Temperature")

Thank you so much.