Tools for check smtp client configuration
Open file SMTPTester.FullFx.exe.config
Change value based on your configuration
<smtp deliveryMethod="Network" from="***">
<network host="***" userName="***" password="***" port="25" enableSsl="false" />
</smtp>