-
Notifications
You must be signed in to change notification settings - Fork 23
[App] sending emails
Send outgoing Emails to friends, or send an SOS email to world-wide search and rescue institutions.
Complete all of the following:
- The common outgoing mail configuration.
- Under JSON object
Features
, construct a JSON object calledSendMail
:
Property | Type | Meaning |
---|---|---|
SOSPersonalInfo | string | Important personal information such as name, date-of-birth, country of residence. The information will be sent in outgoing SOS mails. If you do not wish to reveal this information, you may leave it empty. |
Here is an example:
{ ... "Features": { ... "SendMail": { "SOSPersonalInfo": "This is Howard, usually resides in Greenland." }, ... }, ... }
Use any capable laitos daemon to invoke the app:
.m [email protected] "this is email subject" this is email body
laitos will then reply to the command with number of characters of the email body content, or sending in background
if
it takes longer than usual to deliver the email.
Be aware that email subject is surrounded by double quotes, therefore the subject itself may not contain double quote.
Warning! Do not send SOS emails unless you are in life-threatening danger. laitos developer Houzuo (Howard) Guo does not guarantee that SOS emails will be successfully delivered to any search-and-rescue institution; the developer cannot be held responsible for monetary and legal consequences associated with the SOS emails delivered under genuine danger or accidental trigger.
Invoke the app using the special recipient sos@sos
:
.m sos@sos "this is email subject" this is email body
laitos will then reply Sending SOS
, and SOS emails will be sent in background to all of the following search-and-rescue
institutions worldwide:
- Australia MSAR/ASAR
- Canada JRCC
- Greece JRCC
- Finland MRCC
- Hong Kong ARCC and MRCC
- Israel MRCC
- Japan MCC
- P.R.China MCC and MRCC
- Russia MRCC
- United Kingdom ARCC and MCC
The SOS email looks like:
Subject: SOS HELP <and your subject>
Body:
SOS!
The computer time is <UTC time of laitos server>.
This is the operator of IP address <public IP address of laitos server>: <SOSPersonalInfo>
Please send help: <and your Email body content>.
Table of Contents
- Home
- Get started
- Component list
- Tips for running on public cloud
- Tips for using apps over satellite
- laitos terminal
Daemon Components
- DNS server
- Mail server
- Web server
- Web proxy server
- Telnet server
- Telegram chat-bot
- Simple IP services server
- SNMP server
- System maintenance
- Phone home telemetry
Web Service Components
- Twilio telephone/SMS hook
- Microsoft chat bot hook
- The Things Network LORA tracker integration
- Recurring commands
- App command form
- Simple app command execution API
- GitLab browser
- Temporary file storage
- Simple web proxy
- Desktop on a page (virtual machine)
- Read telemetry records
- Program health report
- System process explorer
- Prometheus metrics exporter
- HTTP request inspector
- HTTP request logger
Apps