Many times people asked for ability to send e-mail from the Base. It's not that easy to implement with all the spam protection currently in place, a lot of SMTP servers do not accept SMTP connections without username/password and TLS encryption.
We solved this problem by adding new server command:
Code: Alles auswählen
SC.EMAIL.you@domain.com=Subject Line of the Email;This is the body of the email
Please consider this function beta and let us know how useful you find it. The source address is
nodeid@remote.net and there is extra header in the body with Base node ID as well.
Use of this function does not require any updates, it's server side upgrade (apparently, you do need to select "Connect over internet").
Best regards,