Send From Alias in Google Apps Script
•
Ditulis oleh Tim Pasti Oke
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})
}
Butuh solusi instan siap pakai?
Dapatkan modul & script server production-ready langsung di web store kami.
Komentar
Belum ada komentar. Jadilah yang pertama memberikan komentar!