Hello,
I have tried to configure the mail server with .NET but I keep getting an error on send. I get:
Error sending mail: 554 Authentication failed
The content of my PgmSettings.xml file is:
tcp://192.168.0.27:6060/RemoteAccess
123argo321
vb@area.ca
The content of my SMTPServerlist.xml file is:
_Default
192.168.0.27
25
True
I dont know what to do.
I have also gone into the Mail server and set the remoting password to the exact same one above.
IMPORTANT: I have authentication setup for SMTP. it is a generic authentication for all users (Does NOT use POP authentication)