Javascript debugger
Website design
↑
Returns a properly formatted email address as defined in » RFC2822 given the needed information.
The mailbox name, see imap_open() for more information
The email host part
The name of the account owner
<?php
echo imap_rfc822_write_address("hartmut", "example.com", "Hartmut Holzgraefe");
?>
The above example will output:
Hartmut Holzgraefe <hartmut@example.com>