Changes between Version 11 and Version 12 of Docs/825gen2/Dev/Networking/SendEmail
- Timestamp:
- 02/15/24 09:21:37 (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/Networking/SendEmail
v11 v12 5 5 The sendmail and msmtp commands are included in our Yocto Linux build. 6 6 7 {{{8 cd /home/root9 10 11 7 Create the msmtp config file 12 8 9 {{{ 13 10 nano ~/.msmtprc 11 }}} 14 12 13 {{{ 15 14 defaults 16 15 tls on … … 39 38 {{{ 40 39 nano message.txt 40 }}} 41 41 42 {{{ 42 43 From: wilsonwareapps@gmail.com 43 44 To: dwilson@cardet.com … … 65 66 {{{ 66 67 nano ~/.msmtprc 68 }}} 67 69 70 {{{ 68 71 defaults 69 72 tls on