Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function SendEmailImage() {
- MailApp.sendEmail({
- subject: 'Ofertas de esta semana | Test Google App Script',
- htmlBody: "<img src='https://sites.google.com/site/dekchysite95/_/rsrc/1480944463347/extra-credit/google.png' width='100' height='100'>"
- });
- }
Add Comment
Please, Sign In to add comment