hello all,
Our email provider, British Telecom, have just switched email setup from themselves to office 365 . I've configured the new pop3 settings so I'm now downloading emails again but I have an issue with the sending of emails via smtp.
The old settings ( which at present still work, but for how long ? ) in postman was a simple "Provider Mailhost : mail.btconnect.com" "port: 25". no authentication required....
The new settings need to be :
server name: smtp.outlook.com
port: 587
encryption method: TLS or SSL if no TLS.
I've ceated a TLS selfmade certificate using TLSCERT.EXE and saved it to DAVID\APPS\POSTMAN\CODE\TXCERT.PEM told it to use tls 'if possible' and ticked 'authentication required' ( using grabbing server account) but the monitor reports :
.
.
.
(00000792) read (40/0)
(00000792) Got complete TCP Message (Size=40)
(1) 530 5.7.1 Client was not authenticated
(1) SMTP Server: Wrong Sender Name!
(1) RSET
(00000792) SSLRead failed: Got=0
(00000792) Got complete TCP Message (Size=0)
(1) SMTP Server: Reset Error!
(1) Mail Transmission aborted
© Tobit Software