Function mailLogDecodeAddresses
Takes an associative array where the keys represent the mail addresses and the values optionally represent the mailer name and returns an HTML representation in the following form: Vorname Nachname <vorname.nachname@domain.tld> Vorname2 Nachname2 <vorname2.nachname2@domain2.tld>
Package: Core\Backend
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Simon Sprankel
Located at includes/include.mail_log.php
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Simon Sprankel
Located at includes/include.mail_log.php
array |
$addresses |
associative array containing the mail addresses as keys and the mailer names as values |
string
|
HTML code showing the given mail addresses and names |