
                         ----------------------
                            SMTPTX v1.0 Beta
                         ----------------------

Copyright (c) 2014 <circle@0x90.se>, http://www.0x90.se.

This code is free software; you can redistribute it and/or modify it under the
terms of the GNU General Public License v3 as published by the Free Software
Foundation. Please see file "LICENSE" accompanying SMTPTX for details.


WHAT SMTPTX IS
This very simple tool is used for sending simple email and do some basic email
testing from a pentester perspective. Its able to send messages without
knowing the adress of the MTA/SMTP server on beforehand. Unlike tools like
sendemail for example, it handles the MX record resolution itself and connects
to the relevant server and sends the email.

The tool is intended to be used when assessing the functionality and basic
configuration and security settings of SMTP servers and other pentesting
oriented tasks. It may also be useful as a system tool in scripts and such for
sending logs and such off of a system or anything that makes the life of the
legit user/administrator easier.


WHAT SMTPTX ISN'T
The tool is _NOT_ a spam tool and was never intended to be such a tool. Thus
SMTPTX is not permitted to be used as such! The author of SMTPTX cannot be
held responsible for any illegal use of the tool.


BETA CODE
The tool is currently in a beta state as it has not been extensively tested.
Only the intended basic functionality has been verified under optimal
conditions. Bugs and feature suggestions may be sent my way and I'll try to
fix/implement them in a somewhat near future. No promises are being made though
as I lead a very busy life.

The code has only been tested on Linux (Debian/Kali) as I rarely use Windows.