Skip to content

Commit

Permalink
Use PHPMailer class to send email
Browse files Browse the repository at this point in the history
  • Loading branch information
steveblamey committed Nov 9, 2018
1 parent 15dc8d1 commit 78d5707
Show file tree
Hide file tree
Showing 6 changed files with 249 additions and 82 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

### Changed

- Use PHPMailer class to send emmail from uzERP

### Fixed

- Prevent error when viewing Cashbook Account details, See [issue 181](https://github.com/uzerpllp/uzerp/issues/181).
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Expand Up @@ -14,7 +14,8 @@
"symfony/http-foundation": "^3.1",
"symfony/yaml": "^3.1",
"ircmaxell/random-lib": "^1.2",
"sentry/sentry": "^1.9.1"
"sentry/sentry": "^1.9.1",
"phpmailer/phpmailer": "~6.0"
},

"autoload": {
Expand Down

0 comments on commit 78d5707

Please sign in to comment.