Skip to content

Instantly share code, notes, and snippets.

@gmm42
Created October 7, 2012 16:06
Show Gist options
  • Select an option

  • Save gmm42/3848764 to your computer and use it in GitHub Desktop.

Select an option

Save gmm42/3848764 to your computer and use it in GitHub Desktop.
--- 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