OSCAT Forum

network.lib => Codesys 2 => Thema gestartet von: k2teknik am 13. April 2015, 13:55:30

Titel: Free public mail services that can be used with smtp_client?
Beitrag von: k2teknik am 13. April 2015, 13:55:30
I would like to use the smtp_client, but my company mail server can't be use due to demand cryptation, and the free mail services I can find on the internet have the same issue.
Do any one out there know a free public mail services that works with smtp_client?
Or do there exist a free mail relay program for windows that can accept mails from smtp_client and forward them to a mail server that demand cryptation?
Titel: Re: Free public mail services that can be used with smtp_client?
Beitrag von: k2teknik am 14. April 2015, 14:53:31
I had been testing with stunnel as smtp relay, with smtp_client it fails with timeout, with other smtp clients (without SSL) there is no problem.

I can see this code with Nirsoft socketsniff on stunnel:
Send: Return Code: 0x00000000
220 smtp20.mail.ru ESMTP ready


Receive: Return Code: 0x00000000
EHLO WIN-SU447T9NNJ2


Send: Return Code: 0x00000000
250-smtp20.mail.ru
250-SIZE 73400320
250-8BITMIME
250-PIPELINING
250 AUTH PLAIN LOGIN XOAUTH2


Receive: Return Code: 0x00000000
AUTH login azJ0ZWtuaWs=


Send: Return Code: 0x00000000
334 UGFzc3dvcmQ6


Receive: Return Code: 0x00000000
QW5uYTEwMTA=


Send: Return Code: 0x00000000
235 Authentication succeeded

---------and some more------------

But when I try to use smtp_client I only get this:
Send: Return Code: 0x00000000
220 smtp49.i.mail.ru ESMTP ready
I expected a EHLO from the smtp_client.

My CodeSys screendump should be here, but I only manage to upload it, how to make it visible as a picture I do not know.


[gelöscht durch Administrator]