Created
October 7, 2012 16:06
-
-
Save gmm42/3848764 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- vimbadmin-orig/application/controllers/MailboxController.php 2012-05-24 13:07:44.000000000 +0200 | |
| +++ vimbadmin/application/controllers/MailboxController.php 2012-10-07 18:02:14.696725816 +0200 | |
| @@ -564,7 +564,7 @@ | |
| private function _sendSettingsEmail( $cc = false, $password = '', $isWelcome = false ) | |
| { | |
| - $mailer = new Zend_Mail(); | |
| + $mailer = new Zend_Mail('UTF-8'); | |
| if( $isWelcome ) | |
| $mailer->setSubject( _( "Welcome to your new mailbox on" ) . " {$this->_mailbox['domain']}" ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment