Help using Google's SMTP server in J

As part of the Computer Science class, we study socket programming in J and get our programs for sending emails through the school SMTP server and receiving from our own Internet service provider simply because these are the simplest examples. However, the school does not allow access outside of its own physical computers, so I cannot send mail from my home computer, which makes it impossible to work on certain things.

I need help on how to negotiate a Google TLS conversation to send email through my code. I tried to read the RFC and am confused by the fact that I am sending them some kind of pseudo-code with some extra bytes or if there really is any kind of English. It would be great if you could answer question J, but if not, I will be grateful for any help.

+3
source share

Source: https://habr.com/ru/post/1780704/


All Articles