function myFunction() {
  var t="to@email.com"
  var s="Subject"
  var b="<b>bold body</b> Thin Body"
  var f= "from@alias.web.id"
 
  GmailApp.sendEmail(t,s,b, {htmlBody: b, from:f})
}
  var t="to@email.com"
  var s="Subject"
  var b="<b>bold body</b> Thin Body"
  var f= "from@alias.web.id"
 
  GmailApp.sendEmail(t,s,b, {htmlBody: b, from:f})
}
Komentar