- Lazarus IDE
- Add required package for FPCUnit to the project
- 64 Bit OpenSSL DLLs from Indy
- Indy Sockets
- Add tenant id, client id and client secret in unit oauth2tokenprovider
delphi-smtp-with-oauth2/src/main/oauth2tokenprovider.pas
Lines 29 to 32 in dfa6336
- Set recipient address and name in unit smtpoauth2client
delphi-smtp-with-oauth2/src/main/smtpoauth2client.pas
Lines 46 to 48 in dfa6336
- Set authorized user and password (the auth token) in smtpoauth2client
delphi-smtp-with-oauth2/src/main/smtpoauth2client.pas
Lines 43 to 45 in 4fc3e2a