mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixed minor spelling error
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@64027 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
68d9c9eadd
commit
049fc77637
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.54 $ -->
|
||||
<!-- $Revision: 1.55 $ -->
|
||||
<reference id='ref.imap'>
|
||||
<title>IMAP, POP3 and NNTP functions</title>
|
||||
<titleabbrev>IMAP</titleabbrev>
|
||||
|
@ -1533,7 +1533,7 @@ imap_close($mbox);
|
|||
This function allows sending of emails with correct handling of Cc and Bcc receivers.
|
||||
The parameters to, cc and bcc are all strings and are all parsed as rfc822 address lists.
|
||||
The receivers specified in bcc will get the mail, but are excluded from the headers.
|
||||
Use teh rpath parameter to specify return path. This is usefull when using php as a mail client
|
||||
Use the rpath parameter to specify return path. This is useful when using php as a mail client
|
||||
for multiple users.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
|
Loading…
Reference in a new issue