Changes between Version 12 and Version 13 of Docs/Prog/Manual/DeviceSupport/Network


Ignore:
Timestamp:
09/13/13 11:00:35 (11 years ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Prog/Manual/DeviceSupport/Network

    v12 v13  
    469469
    470470
     471== Send E-mail from 825 ==
     472
     473Sending an e-mails can be performed from the command line or using a system call from an application.
     474
     475{{{
     476$ echo "Test email" > /tmp/email.txt
     477$ sendmail -U user@provider.com -P password -t joe@somewhere.com -s "S
     478ubject line" smtp.mailserver.com:25 user@provider.com /tmp/email.txt
     479}}}
     480
    471481
    472482[[Top]]