diff options
author | thomascube <thomas@roundcube.net> | 2006-07-01 12:38:38 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-07-01 12:38:38 +0000 |
commit | 50844277ca2ce9b98f5d732b07ffe7a4627ff72c (patch) | |
tree | 5fe05ba352d2a2d3b9a574d3df459a3c812e1914 /program/steps/mail/sendmail.inc | |
parent | 25d8ba63b3c4831050e5d190cd42cf2b0b0f3a30 (diff) |
Changed label and icon for attachment removal and some styles
Diffstat (limited to 'program/steps/mail/sendmail.inc')
-rw-r--r-- | program/steps/mail/sendmail.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/sendmail.inc b/program/steps/mail/sendmail.inc index a57f2d4ed..33c1a405e 100644 --- a/program/steps/mail/sendmail.inc +++ b/program/steps/mail/sendmail.inc @@ -114,7 +114,7 @@ if (empty($identity_arr['string'])) // compose headers array $headers = array('Date' => date('D, j M Y G:i:s O'), 'From' => $identity_arr['string'], - 'To' => $mailto); + 'To' => rcube_charset_convert($mailto, $input_charset, $message_charset)); // additional recipients if (!empty($_POST['_cc'])) |