diff options
author | Andrey Andreev <narf@devilix.net> | 2014-01-10 13:34:16 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-01-10 13:34:16 +0100 |
commit | 2b21ee8dcf040d7c749e0010c46492d221d25552 (patch) | |
tree | 623ff905fa213482b6aad6920db0358fcf8d5ecb /user_guide_src/source/changelog.rst | |
parent | a0a73c977ce25911f56948d89de817b3ca83adcb (diff) | |
parent | 9ad2fff4492e1e216aad0b03714ddfcb7a06d697 (diff) |
Merge pull request #2807 from melounek/develop
Added Email::attach_cid() returning CID which enables to embed an attachment to html
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r-- | user_guide_src/source/changelog.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index 0488d9d4a..34eff5d57 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -334,6 +334,7 @@ Release Date: Not Released - Added custom filename to ``Email::attach()`` as ``$this->email->attach($filename, $disposition, $newname)``. - Added possibility to send attachment as buffer string in ``Email::attach()`` as ``$this->email->attach($buffer, $disposition, $newname, $mime)``. + - Added method ``Email::attach_cid()`` returning CID which enables to embed an attachment to html. - Added dsn (delivery status notification) option. - Renamed method _set_header() to set_header() and made it public to enable adding custom headers in the :doc:`Email Library <libraries/email>`. - Successfully sent emails will automatically clear the parameters. |