简体   繁体   中英

Can apps script for google sheets send an email to a non Gmail address?

I'm setting up a google sheet to send an email alert when certain targets are met. It sends fine to my gmail account but it won't send to a non gmail work email group

 if (alert == "true"){
        MailApp.sendEmail('group@x.com', subject ,message);

There is no restriction to send an email from AppsScript to a non Gmail address.

JPA

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM