Yahoo! JAPAN Ads Script | Developer Center
日本語Send a simple email
function sendSimpleEmail(){
MailApp.sendEmail({
to: ['<Yahoo! JAPAN Business ID>'], //write one or more.
subject: '<SIMPLE_MAIL_TITLE>',
body: '<SIMPLE_MAIL_BODY>',
});
}