Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.12 KB

README.md

File metadata and controls

25 lines (16 loc) · 1.12 KB

Robotframework-smtplibrary

tests Coverage Status CodeFactor

This is a library for robotframework to send emails and test smtp protocol.

Installation

pip install git+https://github.com/accruent/robotframework-smtplibrary

Then in robotframework scenario import library "SmtpLibrary" with no parameters.

Roadmap

This library is still under development

  • test coverage
  • starttls keyword
  • implement low level command bindings to implement various smtp scenarios
  • python 3 compatibility

License

The robotframework-smtp library is licensed under the Apache 2.0 License