We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f952797 commit 773e236Copy full SHA for 773e236
doc/sending.rst
@@ -26,7 +26,7 @@ To send a Message:
26
``proc_*`` PHP functions, which might not be available on your PHP
27
installation. You can easily check if that's the case by running the
28
following PHP script: ``<?php echo function_exists('proc_open') ? "Yep,
29
- that will work" : "Sorry, that won't work"; ``
+ that will work" : "Sorry, that won't work";``
30
31
When using ``send()`` the message will be sent just like it would be sent if you
32
used your mail client. An integer is returned which includes the number of
0 commit comments