Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

2 votes
1 answer
2k views

How to solve Suspicious Link error in email which is sent from website

I'm sending a reset password email from my Go RESTFUL web service to our users and I'm using Go SMTP and google Gsuite domain which [email protected]! I've tested it before and it works but when I ...
taraf's user avatar
  • 806
0 votes
1 answer
1k views

Sending email through G Suite using Golang

I've got a G Suite account set up and I enabled the SMTP relay service. The relay service is currently configured to accept mail from my webservers IP address only, not requiring SMTP authentication ...
Michael Anonymous's user avatar
1 vote
2 answers
1k views

How to send emails via G-suite from Google Cloud

How can you send an email in Go from the Google Cloud owner G-suite email account? Is it possible to use the Google Cloud projectID existing authorizations, without specifying the Google account ...
Daniele B's user avatar
  • 20.6k