http://qs321.pair.com?node_id=11102089


in reply to Re^2: sending email under windows 10
in thread sending email under windows 10

Your program used port 25 but now you're telnetting port 587... could that be the problem?

Edit (in response below):

$Message->send_by_smtp('localhost:587'); #-- assuming program runs o +n same host as mailserver # (otherwise also adapt ' +localhost' or try to # set it to '127.0.0.1' +in case of IP6 confusion)