X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/realesbar-X/vendor/swiftmailer/swiftmailer/doc
home
/
gfecatvj
/
sites
/
realesbar-X
/
vendor
/
swiftmailer
/
swiftmailer
/
doc
/
📁
..
📄
headers.rst
(20 KB)
📄
index.rst
(135 B)
📄
introduction.rst
(1.57 KB)
📄
japanese.rst
(552 B)
📄
messages.rst
(39.44 KB)
📄
plugins.rst
(12.82 KB)
📄
sending.rst
(16.55 KB)
Editing: japanese.rst
Using Swift Mailer for Japanese Emails ====================================== To send emails in Japanese, you need to tweak the default configuration. Call the ``Swift::init()`` method with the following code as early as possible in your code:: Swift::init(function () { Swift_DependencyContainer::getInstance() ->register('mime.qpheaderencoder') ->asAliasOf('mime.base64headerencoder'); Swift_Preferences::getInstance()->setCharset('iso-2022-jp'); }); /* rest of code goes here */ That's all!
Upload File
Create Folder