Report post
I am having a runtime error with the OverbyteIcsSslMailSnd.exe demo program it does compile without errors.
I trying to learn how to send an email to a Gmail or AOL account however the demo program will complete after issusing the StartTLS comand.
The error occurs right after SSL handshake. I am trying it with the All-IN-One button.
Thank you for any help that you can provide.Using D7 with ICS858Output from sslmailsend program:
Connecting to SMTP server...
< 220 smtp.gmail.com ESMTP u15sm4297875pju.42 - gsmtp
RequestDone Rq=0 Error=0
> EHLO berns9987a
< 250-smtp.gmail.com at your service, [24.116.191.53]
< 250-SIZE 35882577
< 250-8BITMIME
< 250-STARTTLS
< 250-ENHANCEDSTATUSCODES
< 250-PIPELINING
< 250-CHUNKING
< 250 SMTPUTF8
RequestDone Rq=10 Error=0
> STARTTLS
< 220 2.0.0 Ready to start TLS
Starting SSL handshake
RequestDone Rq=12 Error=EAccessViolation Access violation at address 0048A4BF in module 'OverbyteIcsSslMailSnd.exe'. Read of address 00000030
Error, stoped All-In-One demo