Improved smtp sending
Sending by SMP returned default Mail gem response up until now (which is Mail message). From now on you can get back smtp response too (default will be like before).
New features:
- return SMTP response after sending
- set read/open connection timeouts
- code cleanup by Rubocop