wiki:Docs/825gen2/Dev/Networking/SendEmail

Version 2 (modified by Don Wilson, 9 months ago) ( diff )

--

Sending Email

The 825gen2 can send emails.

The sendmail and msmtp commands are included in our Yocto Linux build.

cd /home/root


Create the msmtp config file

nano ~/.msmtprc

defaults
tls on

account gmail
auth on
host smtp.gmail.com
port 587
user wilsonwareapps@gmail.com
from wilsonwareapps@gmail.com

account default : gmail

Google no longer allows applications to use regular Google login password. Create an app specific password in google web portal

Attachments (2)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.