Hi
I am new to this forum.
I have just installed EASsendmail in Visual Studio in the hope of overcoming the obstacles caused by the introduction of OAUTH2.0.
My first shock was after installation I appeared to lose all my design and code windows in the current project and had to reopen them.
In my sample code obtained from this website I have configured it to use my local variables but still have some red flags that prevent the program running,
The code lines affected are shown below....
Dim oServer As New SmtpServer(THost)
SmtpConnectType.ConnectTryTLS
oSmtp.SendMail(oServer, oMail)
These obviously refer to the EASsendmail library.
Can someone advise me how to resolve these issues and confirm that EASsendmail will overcome the OAUTH2.0 obstacles.
Thanks
Bryn