Score:0

Please help me! How do I create new projects on a new account?

kr flag

I really need someone who knows how to set up new projects in Google Cloud inside and out for a definitive answer. I'm setting up a new project in Google Cloud so that I can Send Emails in WordPress using the Gmail SMTP Server.

Every time I try to create any new project, I get a generic error message telling me that I need to select a parent organization or location.

Error message states:

You don’t have the required resource manager project create permission to create projects in this location.

Since I'm not able to create this new project, I'm also not able to complete the Gmail SMTP Server Setup.

Any insight would be greatly appreciated.

Marcia Turley avatar
kr flag
I was going to post a question there but Super User is for computer enthusiasts if you have a question about … computer hardware, computer software, or personal and home computer networking
djdomi avatar
za flag
@MichaelHampton i think last one lol
Marcia Turley avatar
kr flag
I don't this falls under the home computer networking category... there's others here who've asked similar questions to the one I posted.
Wytrzymały Wiktor avatar
it flag
Hello @MarciaTurley. Does any of the below answers [helped you](https://stackoverflow.com/help/someone-answers)?
Score:0
lv flag

In order to create projects you need resourcemanager.projects.create permission or roles/resourcemanager.projectCreator role.
Both can be granted by your organization admin like in this case.
To find out who is your Organization Administrator, open https://console.cloud.google.com/iam-admin/iam?project=YOUR_PROJECT_NAME


As mentioned by @Serhii, port 25 is blocked and cannot be opened by adding a firewall rule.
You can set up your email server to use port 587 or 465 as seen here.
Alternatively, you can send your emails through Workspace.

Score:0
jp flag

You're not able to create a new project because of lack of permissions.

Please have a look at the documentation Creating a project:

To create a project, you must have the resourcemanager.projects.create permission. This permission is included in the Project Creator roles/resourcemanager.projectCreator role, which is granted by default to the entire domain of a new organization and to free trial users. For information on how to grant individuals the role and limit organization-wide access, see the Managing Default Organization Roles page.

To solve this issue add this role at the Organization level.


Unfortunately, you won't be able to send email directly from your VM.

Please have a look on the documentation Sending email from an instance:

Due to the risk of abuse, connections to destination TCP Port 25 are always blocked when the destination is external to your VPC network. This includes using SMTP relay with Google Workspace.

As a result, port 25, which is used by Simple Mail Transfer Protocol, is blocked:

Most mailbox providers still allow submission on traditional port 25. The MSA delivers the mail to its mail transfer agent (mail transfer agent, MTA).

As a workaround, to send emails you should follow the documentation and use email relays like SendGrid, Mailgun or Mailjet or your Google Workspace domain.

Wytrzymały Wiktor avatar
it flag
Hello @MarciaTurley. Does this [answer your question](https://stackoverflow.com/help/someone-answers)?
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.