Can someone help me figure out how to send email using Python on the BBB running Angstrom? I can’t find any smtp help with my google-fu.
Answered my own question, for anyone else who needs help, instead of attempting to find an MTA to run on the BBB, I pointed it at the VPS like so:
s = smtplib.SMTP(‘http://myvpsurl.com’)