mrnavaone

4

May 6th, 2020
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function SendEmailImage() {
  2.  
  3.   MailApp.sendEmail({
  4.     to: '[email protected]',
  5.     subject: 'Ofertas de esta semana | Test Google App Script',
  6.     htmlBody: "<img src='https://sites.google.com/site/dekchysite95/_/rsrc/1480944463347/extra-credit/google.png'  width='100' height='100'>"
  7.              
  8.    
  9.   });
  10. }
Add Comment
Please, Sign In to add comment