Emailer/composer.json
igor 8d9ee9a498 added basic library,
added instruscions into README
2025-06-21 18:33:36 +02:00

24 lines
566 B
JSON

{
"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"
}
}