-
- Downloads
Improved email generation using the library PHPMailer
.gitignore
deleted
100644 → 0
classes/MailBodyBuilder.php
0 → 100644
... | @@ -3,6 +3,7 @@ | ... | @@ -3,6 +3,7 @@ |
"mikecao/flight": "1.3.2", | "mikecao/flight": "1.3.2", | ||
"google/apiclient": "2.1.3", | "google/apiclient": "2.1.3", | ||
"facebook/graph-sdk": "^5.5", | "facebook/graph-sdk": "^5.5", | ||
"monolog/monolog": "^1.22" | "monolog/monolog": "^1.22", | ||
"phpmailer/phpmailer": "^6.0" | |||
} | } | ||
} | } |
Please register or sign in to comment