Skip to content

Instantly share code, notes, and snippets.

@shingorow
Created February 11, 2017 01:25
Show Gist options
  • Save shingorow/458cdf2c89aa80e20aee24428ec8b9b8 to your computer and use it in GitHub Desktop.
Save shingorow/458cdf2c89aa80e20aee24428ec8b9b8 to your computer and use it in GitHub Desktop.
function myFunction() {
var config = {}
config['spreadsheet'] = {
ssId: 'スプレッドシートの ID',
sheetName: 'リスト',
messageSheet: 'メッセージ',
testSheet: 'テスト',
displayValues: true,
emailLabel: 'メールアドレス'
}
config['email'] = {
attachments: '',
bcc: '',
cc: '',
from: '',
inlineImages: '',
name: '',
replyTo: ''
}
MailMagazine.send(config);
MailMagazine.test(config);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment