So... I have a project in Visual Studio 2015, coded in C#, that sends emails, everything works fine with commom gmails and hotmails, SSL enabled, ports, etc... They are able to send emails and to authenticate.
But now my studio has a gmail custom domain, as such [email protected], so I used the same properties I would to send a normal gmail.
And then, I get an error 5.1.1, The SMTP server requires a secure connection or the client was not authenticated. All other gmails are working.
Do I need to change the smtp server? The port? Tried everything so far... no help.
PS: Yes I have enabled low secure apps on gmail.