This is a library for robotframework to send emails and test smtp protocol.
pip install git+https://github.com/accruent/robotframework-smtplibrary
Then in robotframework scenario import library "SmtpLibrary" with no parameters.
This library is still under development
- test coverage
- starttls keyword
- implement low level command bindings to implement various smtp scenarios
- python 3 compatibility
The robotframework-smtp library is licensed under the Apache 2.0 License