Skip to content

Commit

Permalink
[fr] Follow 77f8837
Browse files Browse the repository at this point in the history
Fixed eg. migration code
  • Loading branch information
cake17 committed May 21, 2013
1 parent 77f8837 commit c759e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fr/core-libraries/components/email.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Ci dessous quelques exemples d'utilisation du composant Email
``$lib->addHeaders(array('X-Custom' => 'only my'));``
- From ``$component->send(null, 'template', 'layout');`` to
``$lib->template('template', 'layout')->send();``
- From ``$component->delivery = 'smtp';`` to ``$lib->transport('smtp');``
- From ``$component->delivery = 'smtp';`` to ``$lib->transport('Smtp');``
- From ``$component->smtpOptions = array('host' => 'smtp.exemple.com');`` to
``$lib->config(array('host' => 'smtp.exemple.com'));``
- From ``$sent = $component->httpMessage;`` to
Expand Down

0 comments on commit c759e48

Please sign in to comment.