I'm familiar with how to send emails via Google Apps Script (http://code.google.com/googleapps/appsscript/articles/sending_emails.html). It's super cool. But is there a way I can email from Apps Script from another email address that I have access to? It seems like I can specify a reply to address, but the user still sees the email as from my primary user account, I believe.
Example: My email is [email protected], but I'd like to send the email from [email protected] from the Apps Script Javascript.
Thanks for any advice.