This content is likely not relevant anymore. Try searching or browse recent questions.
Sucessfull STMP from personal gmail, issues sending via Business gSuite gmail account: .NET app 1 Recommended Answer 4 Replies 29 Upvotes
Sucessfull STMP send from personal gmail, issues sending via Business gSuite gmail account: .NET app
We have successfully sent emails (for the past 6 months) from a personal email account via a .NET application. This is for internal testing only and is not spamming or email marketing. We typically send about 5-10 test emails to ourselves per week. For this testing email address we set up two factor authentication and an application password as recommended per the google documentation. This has been very simple and is well documented.
We have now migrated to a business gSuite gmail account. We are looking to keep our application the same, but migrate to sending mail from our business gSuite gmail account. Per documentation recommendations we are looking to use the gmail smtp relay service if required. I have setup the two factor authentication for the email address we are trying to use (from our gSuite business account, of which I am an admin), and also created an application password. In addition to this we have white listed our test location ipaddress for smtp and set smtp to available to all users on our domain emails. We are using the new application password in our application.
It appears that using the same code that has been working for the last half a year with the new gSuite email address does not work. It's throwing an authentication error. We have been successfully using Host: smtp.gmail.com, Port: 587, and Enable SSL: true for the past 6 months. When switching the new gSuite email address we get the following error:
I understand that this means our connection was not authenticated. We believe we are following all recommendations per documentation. Is there additional documentation or support resources that can help us with this? Is there an additional authentication step that is not documented? It seems we are not the only one with this issue. A user had a similar issue last year and was refereed to the gSuite community: https://support.google.com/accounts/thread/10963564?hl=en&authuser=7
I was not able to find any additional support there. Any additional support would be much appreciated.
Cheers!
This question is locked and replying has been disabled.
Link to post
Delete post?
This will remove the reply from the Answers section.
Notifications are off
Your notifications are currently off and you won't receive subscription updates. To turn them on, go to Notifications preferences on your Profile page.