Skip to content

Improved smtp sending

Compare
Choose a tag to compare
@ibalosh ibalosh released this 09 Jul 10:20
· 34 commits to main since this release

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