- Timestamp:
- 09/05/13 09:34:51 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/expressoMail1_2/inc/class.imap_functions.inc.php
r8186 r8210 2984 2984 2985 2985 $from = $fromaddress ? ('"' . $fromaddress[0] . '" <' . $fromaddress[1] . '>') : ('"' . $_SESSION['phpgw_info']['expressomail']['user']['firstname'] . ' ' . $_SESSION['phpgw_info']['expressomail']['user']['lastname'] . '" <' . $_SESSION['phpgw_info']['expressomail']['user']['email'] . '>'); 2986 $mailService->setFrom( $from);2986 $mailService->setFrom( mb_convert_encoding($from, "ISO-8859-1","UTF-8, ISO-8859-1")); 2987 2987 2988 2988 $mailService->addHeaderField('Reply-To', !!$replytoaddress ? $replytoaddress : $from);
Note: See TracChangeset
for help on using the changeset viewer.