Running HG on a Raspberry Pi B+
Trying to test gmail SendMessage
Settings:
Email Address: <myemail>@gmail.com
SMTP Mail Server Address: smtp.gmail.com
SMTP username (optional):<myemail>@gmail.com
SMTP password (optional):************
SMTP Mail Server port: 587
SMTP Mail Server use SSL (TRUE or FALSE): TRUE
Created a c# test program with the following line:
Net.SendMessage("<myemail>@gmail.com", "Subject here", "This is the message text." );
Compiled and selected: Action / Run
...and I get nothing. If I trap for an error, there is no exception. SendMessage returns "False". I've searched through the forum and my gmail setup seems to be consistent with what I see in the forum.
Any suggestions would be appreciated.