summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/changelog.rst
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2014-01-12 15:06:14 +0100
committerAndrey Andreev <narf@devilix.net>2014-01-12 15:06:14 +0100
commit3559af1723920007598e5dd44abbb9f581879a36 (patch)
tree9214e69b82b642b2d8d2df8757767a6434e50f9e /user_guide_src/source/changelog.rst
parent4e6c5281a3258b3ff530a43580d1b8dc8e34dd59 (diff)
parent1dbdf72c555d0ea4d7c526e56e79472331eedc2a (diff)
Merge pull request #2808 from melounek/filename_as_url
attach files by absolute url
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r--user_guide_src/source/changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index 5da707086..43e7be41f 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -334,6 +334,7 @@ Release Date: Not Released
- Added a custom filename parameter to ``attach()`` as ``$this->email->attach($filename, $disposition, $newname)``.
- Added possibility to send attachment as buffer string in ``attach()`` as ``$this->email->attach($buffer, $disposition, $newname, $mime)``.
+ - Added possibility to attach remote files by passing a URL.
- Added method ``attachment_cid()`` to enable embedding inline attachments into HTML.
- Added dsn (delivery status notification) option.
- Renamed method ``_set_header()`` to ``set_header()`` and made it public to enable adding custom headers.