1. Create a DRAFT with the Gmail API; then open it up in the UI
When you create a DRAFT with the API using users.drafts.create, it doesn’t necessarily need a georgia phone number material From Name/From Address. But if you then open the DRAFT in the UI and make changes, a From Display Name will be set. Here is some sample C# where I’m calling the Gmail API to create a DRAFT with just a Subject and an HTML body.

I can then retrieve the DRAFT that was created by using the Gmail API Explorer. Notice how the From Line contains my account address, [email protected] but no From Name:
However, if I then open up this DRAFT in the Gmail web interface, and then make a simple change like adding a few spaces to the Subject, that action re-saves the DRAFT and also sets the From Display Name.