I’m trying to use your example code for sending an e-mail message with Python. I’m getting an error message and I assume I’m missing something very simple and basic, but I can’t see it.
The code I enter into IDLE and the results back are as follows:
>>> import smtplib
>>> smtpserver = ‘mail.HennepinPublicHealth.org’
>>> AUTHREQUIRED = 1
>>> [...]
