
@Huwr
in mail.config notice its using a ftp port "20"
<?xml version="1.0"?>
<smtp deliveryMethod="Network" from="FROMADDRESS">
<network host="MAILSERVER" password="PASSWORD" port="20"
userName="USERNAME" />
</smtp>
Should it be 25 by default of course this can vary from provider and if ssl used etc.
in mail.config notice its using a ftp port "20"
<?xml version="1.0"?>
<smtp deliveryMethod="Network" from="FROMADDRESS">
<network host="MAILSERVER" password="PASSWORD" port="20"
userName="USERNAME" />
</smtp>
Should it be 25 by default of course this can vary from provider and if ssl used etc.