From the capture it's seen that exchange successfully switches to TLS mode, but we don't see much beyond that due to encryption.
Please try sending email using curl from command line of machine where netxms is running:
for that you need mail.txt file in the folder where you launch curl with content like this:
Please adjust the command and mail.txt file with your actual addresses. curl should produce verbose output, pls share that.
Please try sending email using curl from command line of machine where netxms is running:
Code Select
curl -v --ssl-reqd --url 'smtp://pro1.mail.ovh.net:587' --user '[email protected]:password' --mail-from '[email protected]' --mail-rcpt '[email protected]' --upload-file mail.txtfor that you need mail.txt file in the folder where you launch curl with content like this:
Code Select
From: "User Name" <[email protected]>
To: "John Smith" <[email protected]>
Subject: This is a test
Hi John,
I'm sending this mail with curl thru my gmail account.
Bye!Please adjust the command and mail.txt file with your actual addresses. curl should produce verbose output, pls share that.