-
Notifications
You must be signed in to change notification settings - Fork 142
/
composer.json
47 lines (47 loc) · 1.02 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "mageplaza/module-smtp",
"description": "SMTP Extension for Magento 2 helps the owner of store simply install SMTP (Simple Mail Transfer Protocol) server which transmits the messages into codes or numbers",
"require": {
"mageplaza/module-core": "^1.5.7"
},
"type": "magento2-module",
"version": "4.7.13",
"license": "proprietary",
"authors": [
{
"name": "Mageplaza",
"email": "[email protected]",
"homepage": "https://www.mageplaza.com",
"role": "Technical Support"
}
],
"minimum-stability": "dev",
"keywords": [
"magento 2",
"magento 2 smtp",
"magento smtp",
"mageplaza",
"smtp",
"email settings",
"gmail smtp",
"marketing automation",
"email marketing",
"sms marketing",
"sms",
"email",
"messenger",
"facebook",
"google ads",
"facebook ads",
"whatsapp",
"web push notification"
],
"autoload": {
"files": [
"registration.php"
],
"psr-4": {
"Mageplaza\\Smtp\\": ""
}
}
}