{ "name": "tpsoft/emailer", "description": "Simple send plain text and HTML e-mails over SMTP server with save messages in IMAP server.", "type": "library", "license": "GPL-3.0-or-later", "autoload": { "psr-4": { "TPsoft\\Emailer\\": "src/" } }, "authors": [ { "name": "igor", "email": "mino@tpsoft.org" } ], "minimum-stability": "stable", "require": { "pear/mail": "^2.0", "pear/net_smtp": "^1.12", "pear/mail_mime": "^1.10" } }