forked from firegento/firegento-logger
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FireGento_Logger_Model_Mail: Character-Encoding of Mail Body
The default content-type of outgoing logging emails is: Content-Type: text/plain; charset=iso-8859-1 As not all sites use iso-8859-1 as charset, an option has been added to the mail-logger to allow setting your own charset parameter value. - Added charset setting to mailconfig - Instantiate Zend_Mail with charset Ref: firegento#35
- Loading branch information
Showing
2 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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