google apps script - Set default Send-As address using GAS -
does gas have functionality set default send-as address of user sub-domain of primary gapps domain, if script authorised super admin on domain?
i have signature script that's authorised using token super admin on domain, , hoping similar done set send-as users join.
we have several sub-domains, , users need send-as set related country they're in.
if using
mailapp.sendemail(), not have 'send as' option in google apps script. however, can set combination ofname,replytooptions simulate 'send as' option.if use
gmailapp.sendemail()function, have additional option calledfromcan use specify email address
Comments
Post a Comment