Changes between Version 1 and Version 2 of Docs/825gen2/Dev/Networking/SendEmail


Ignore:
Timestamp:
02/15/24 08:32:59 (9 months ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/825gen2/Dev/Networking/SendEmail

    v1 v2  
    33The 825gen2 can send emails.
    44
     5The sendmail and msmtp commands are included in our Yocto Linux build.
     6
     7{{{
     8cd /home/root
     9
     10
     11Create the msmtp config file
     12
     13nano ~/.msmtprc
     14
     15defaults
     16tls on
     17
     18account gmail
     19auth on
     20host smtp.gmail.com
     21port 587
     22user wilsonwareapps@gmail.com
     23from wilsonwareapps@gmail.com
     24
     25account default : gmail
     26}}}
     27
     28Google no longer allows applications to use regular Google login password.
     29Create an app specific password in google web portal
     30
     31