Merge branch 'Add_nonHTML_version_to_mails' into 'develop'
Fix #87 Use PHPMailer to add non-HTML body to mails Utilisation de PHPMailer See merge request !70
No related branches found
No related tags found
... | ... | @@ -11,7 +11,8 @@ |
"require": { | ||
"smarty/smarty": "3.1.21", | ||
"o80/i18n": "dev-develop" | ||
"o80/i18n": "dev-develop", | ||
"phpmailer/phpmailer": "~5.2" | ||
}, | ||
"require-dev": { | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment