Skip to content
Snippets Groups Projects
Commit e59aa443 authored by Steffen Lindner's avatar Steffen Lindner
Browse files

Update horde_mail & add readme

parent df1fda6b
No related branches found
No related tags found
No related merge requests found
...@@ -82,3 +82,9 @@ This requires a valid memcache to be configured ...@@ -82,3 +82,9 @@ This requires a valid memcache to be configured
```php ```php
'app.mail.server-side-cache.enabled' => true 'app.mail.server-side-cache.enabled' => true
``` ```
### Use php-mail for mail sending
You can use the php mail function to send mails:
```php
'app.mail.transport' => 'php-mail'
```
{ {
"_readme": [ "_readme": [
"This file locks the dependencies of your project to a known state", "This file locks the dependencies of your project to a known state",
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"hash": "0b0bfe49b5ea85a083a91df837154fd2", "hash": "3ccef71612d9da9bbf61e02fa4a546a2",
"packages": [ "packages": [
{ {
"name": "ezyang/htmlpurifier", "name": "ezyang/htmlpurifier",
...@@ -247,10 +247,10 @@ ...@@ -247,10 +247,10 @@
}, },
{ {
"name": "pear-pear.horde.org/Horde_Mail", "name": "pear-pear.horde.org/Horde_Mail",
"version": "2.5.1", "version": "2.6.1",
"dist": { "dist": {
"type": "file", "type": "file",
"url": "http://pear.horde.org/get/Horde_Mail-2.5.1.tgz", "url": "http://pear.horde.org/get/Horde_Mail-2.6.1.tgz",
"reference": null, "reference": null,
"shasum": null "shasum": null
}, },
...@@ -260,10 +260,11 @@ ...@@ -260,10 +260,11 @@
"pear-pear.horde.org/horde_mime": "<3.0.0.0", "pear-pear.horde.org/horde_mime": "<3.0.0.0",
"pear-pear.horde.org/horde_stream_filter": "<3.0.0.0", "pear-pear.horde.org/horde_stream_filter": "<3.0.0.0",
"pear-pear.horde.org/horde_translation": "<3.0.0.0", "pear-pear.horde.org/horde_translation": "<3.0.0.0",
"pear-pear.horde.org/horde_util": "<3.0.0.0",
"php": "<6.0.0.0" "php": "<6.0.0.0"
}, },
"replace": { "replace": {
"pear-horde/horde_mail": "== 2.5.1.0" "pear-horde/horde_mail": "== 2.6.1.0"
}, },
"type": "pear-library", "type": "pear-library",
"autoload": { "autoload": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment