I do not have access to our corporate No-reply Email address to use GmailApp.sendEmail as an alias, so I'm stuck with MailApp.sendEmail
I already have the reply-to corrected; but I am trying to get the actual FROM on the email to show something other than my email address, any suggestions?
MailApp.sendEmail(emailAddress, "NO-REPLY@xxxxx.com", subject, message);
Thank you in advance.