Hi.
I amtrying to send a mail through gmail using telnet to smtp.gmail.com.
I follow RFC-3207 that show how to do the STARTTLS.
The problem is that I dont know how to do the "TLS negotiation" and I
did'nt find any usefull guide for this.
Can anyone help ?
ThankX,
NAHUM.
PS Here is the quote from RFC-3207
5. Usage Example
The following dialog illustrates how a client and server can start a
TLS session:
S: <waits for connection on TCP port 25>
C: <opens connection>
S: 220 mail.imc.org SMTP service ready
C: EHLO mail.example.com
S: 250-mail.imc.org offers a warm hug of welcome
S: 250-8BITMIME
S: 250-STARTTLS
S: 250 DSN
C: STARTTLS
S: 220 Go ahead
C: <starts TLS negotiation>
C & S: <negotiate a TLS session>
C & S: <check result of negotiation>
C: EHLO mail.example.com
S: 250-mail.imc.org touches your hand gently for a moment
S: 250-8BITMIME
S: 250 DSN
