SMTP using Outlook.com
Werner Dirix
Werner.Dirix at smartsystems.be
Wed Jun 10 04:21:33 EDT 2015
Hello,
I am trying to send e-mails using the outlook.com SMTP-server. According to Microsoft this is needed:
server address: smtp-mail.outlook.com
user name: Your full Outlook.com email address (not an alias)
password: Your Outlook.com password
port: 587
TLS/SSL encryption required: yes
I am using Studio 6.1.2 (32-bit) on Windows.
OpenSSL 32-bit is installed and seems to working because I can send mails via Google's SMTP-server.
SMTPSend ('smtp-mail.outlook.com:587',ivSender,ivDestination,ivSubject,ivText,'','',ivName,'$cinst.$smtpstatusproc',ivPriority,,ivSMTPUsername,ivSMTPPassword,kTrue,kTrue) Returns ivStatus
I get the following errormessage: "Error: -1021 - The OpenSSL library returned an error; call WebDevGetSecureError for more information"
WebDevGetSecureError tells me this: "6368:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:.\ssl\s23_clnt.c:794:"
Anyone has this working ?
Thanks,
Werner
More information about the omnisdev-en
mailing list