Skip to content

Commit

Permalink
[BF] Send peering requests as UTF-8
Browse files Browse the repository at this point in the history
Addresses internal INEX issue with ref:GHR-35424-839
  • Loading branch information
barryo committed Mar 30, 2015
1 parent 1832db3 commit 525cc66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/controllers/PeeringManagerController.php
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ public function peeringRequestAction()

if( $bccOk )
{
$mail = new Zend_Mail();
$mail = new Zend_Mail('UTF-8');
$mail->setFrom( $this->_options['identity']['mailer']['email'], $this->getCustomer()->getName() . ' Peering Team' )
->setReplyTo( $this->getCustomer()->getPeeringemail(), $this->getCustomer()->getName() . ' Peering Team' )
->setSubject( $f->getValue( 'subject' ) )
Expand Down

0 comments on commit 525cc66

Please sign in to comment.