Trying to get gmail functionality

Started by mark on 2-Sep-2017/16:26:36-7:00
I am new tp rebol. I ran the special scrypts for smtp pop server for gmail. I then tried the ssend command and got this error Script Error: ssend has no value This is my test command ssend mygmailname@gmail.com "Hello ... test message"
Okay got by first problem I syntax error should be send not ssend Now I get this error User Error: Server error: tcp 530 5.7.0 Must issue a STARTTLS command first. c193sm1 599739ioc.66 - gsmtp ** Near: insert smtp-port reduce [from reduce [addr] tmp]
Most likely you're using the wrong scripts.
Got it working now and it is ssend.

Reply