Changes between Version 12 and Version 13 of Docs/Prog/Manual/DeviceSupport/Network
- Timestamp:
- 09/13/13 11:00:35 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/DeviceSupport/Network
v12 v13 469 469 470 470 471 == Send E-mail from 825 == 472 473 Sending 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 478 ubject line" smtp.mailserver.com:25 user@provider.com /tmp/email.txt 479 }}} 480 471 481 472 482 [[Top]]