-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcomposer.json
More file actions
24 lines (24 loc) · 765 Bytes
/
Copy pathcomposer.json
File metadata and controls
24 lines (24 loc) · 765 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "developarts/nomad_mimemail",
"type": "library",
"description": "Nomad MIME Mail, is a PHP class for handling and sending mail MIME type, with support for the dispatch by SMTP and SMTP Auth",
"keywords": ["mail", "php","smtp", "mime", "attachment"],
"homepage": "https://github.com/developarts/nomad_mimemail",
"license": "AGPL-3.0-or-later",
"authors": [
{
"name": "Alejandro García",
"email": "nexus@developarts.com",
"homepage": "http://www.developarts.com/proyectos/nomad-mimemail/",
"role": "Developer"
}
],
"require": {
"php": ">=5.1.0"
},
"autoload": {
"classmap": [
"nomad_mimemail.inc.php"
]
}
}