?
Current Path : /home1/savoy/public_html/old_site/application/swiftmailer/ |
Linux gator3171.hostgator.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 |
Current File : /home1/savoy/public_html/old_site/application/swiftmailer/preferences.php |
<?php /****************************************************************************/ /* */ /* YOU MAY WISH TO MODIFY OR REMOVE THE FOLLOWING LINES WHICH SET DEFAULTS */ /* */ /****************************************************************************/ // Sets the default charset so that setCharset() is not needed elsewhere Swift_Preferences::getInstance()->setCharset('utf-8'); // Without these lines the default caching mechanism is "array" but this uses // a lot of memory. // If possible, use a disk cache to enable attaching large attachments etc if (function_exists('upload_tmp_dir') && is_writable(upload_tmp_dir())) { Swift_Preferences::getInstance() -> setTempDir(sys_get_temp_dir()) -> setCacheType('disk'); } Swift_Preferences::getInstance()->setQPDotEscape(false);