Skip to content
This repository has been archived by the owner on May 24, 2018. It is now read-only.

Commit

Permalink
Update zend.mail.message.rst
Browse files Browse the repository at this point in the history
Add link to E-mail attachments
  • Loading branch information
vukanac committed Apr 24, 2015
1 parent 3525f19 commit cdfa974
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/src/modules/zend.mail.message.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ Sometimes you may want to provide HTML content, or multi-part content. To do tha
message object, and then set it as the body of your mail message object. When you do so, the ``Message`` class will
automatically set a "MIME-Version" header, as well as an appropriate "Content-Type" header.

In addition you can check how to add attachment to your message :ref:`E-mail Attachments<zend.mail.attachments>`.

.. code-block:: php
:linenos:
Expand Down

0 comments on commit cdfa974

Please sign in to comment.