Digi Python Support for SMTP and HTML

Does Python Interpreter on Digi’s ConnectWAN support the SMTP and HTML (to Post and/or Get)? Where to get some sample code for the same subject?

Regards,
David

I’d recommend registering on the Digi Python mediawiki. You can get there from our Python Developers Resource page:
http://www.digi.com/technology/drop-in-networking/pdr.jsp

Thanks a lot.

BTW, a couple more follow-up questions:

  1. Does the Connect WAN have an on-board SMTP Server?
  2. If not, then we may have to define server variable to be something else other than 'localhost," such as ‘smtp_gmail.com.’ Is this correct?
  3. Since gmail requires authantication, how to supply logon info with Python in order to successfully send the e-mails? (Got SMTPSenderRefused error 530, without it.)