function myFunction() {
  var t="[email protected]"
  var s="Subject"
  var b="<b>bold body</b> Thin Body"
  var f= "[email protected]"
 
  GmailApp.sendEmail(t,s,b, {htmlBody: b, from:f})
}
  var t="[email protected]"
  var s="Subject"
  var b="<b>bold body</b> Thin Body"
  var f= "[email protected]"
 
  GmailApp.sendEmail(t,s,b, {htmlBody: b, from:f})
}
Komentar