Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
233: msg['From'] = 'user@mailserver.com' 
250: smtp = smtplib.SMTP('Hostname/IP') 
252: smtp.login('user@mailserver.com','password') 

 Having installation problem? visit TestON FAQ for more information.

Running TestON

Please take a look at the Test Files section of the tutorial to know more about the files necessary to run the test. If you have any problem please visit TestON FAQs for more information.

...

Code Block
$ ./cli.py run PingallExample

  

What's next? Create your own test files!