Currently, I am attempting to integrate the SMTPClient object into my application using PB 2022 R2.
Our SMTP server does not require a username / password if you are inside the firewall. I cannot seem to get the
object to send an email successfully without providing values in these 2 attributes :
smtpclient.Username and smtpclient.password
Is there a way to tell the object that no pwd / username is required ?