Is there a way to change the display name in email sent via Google Apps Script? -
    I am testing an email sent from Google Apps Script and sending it with the display name of the email address. @).   This is a business address: info@example.com and all that is showing is "information".   I would like to like it: "Bob Example.com"   Is there any way to do this in the app script? I have installed it for emails sent manually.   Thanks in advance I did not get help from a Google search      Try with options (advanced parameters), using the name   More details are here      
