Man Page: imap_rfc822_write_address
Operating Environment: php
Section: 3
IMAP_RFC822_WRITE_ADDRESS(3) 1 IMAP_RFC822_WRITE_ADDRESS(3) imap_rfc822_write_address - Returns a properly formatted email address given the mailbox, host, and personal infoSYNOPSISstring imap_rfc822_write_address (string $mailbox, string $host, string $personal)DESCRIPTIONReturns a properly formatted email address as defined in RFC2822 given the needed information.PARAMETERSo $mailbox - The mailbox name, see imap_open(3) for more information o $host - The email host part o $personal - The name of the account ownerRETURN VALUESReturns a string properly formatted email address as defined in RFC2822.EXAMPLESExample #1 imap_rfc822_write_address(3) example <?php echo imap_rfc822_write_address("hartmut", "example.com", "Hartmut Holzgraefe"); ?> The above example will output: Hartmut Holzgraefe <hartmut@example.com> PHP Documentation Group IMAP_RFC822_WRITE_ADDRESS(3)
| Related Man Pages |
|---|
| imap_append(3) - php |
| imap_headerinfo(3) - php |
| imap_mailboxmsginfo(3) - php |
| imap_reopen(3) - php |
| imap_status(3) - php |
| Similar Topics in the Unix Linux Community |
|---|
| User Guide: Posting in the Emergency Forum |
| Forum Video Tutorial: How to Use Code Tags |
| UNIX.COM 2017 Year End Summary |
| Please Welcome Ravinder Singh to the Moderation Team |