Search found 2 matches
- Fri Apr 03, 2009 9:56 am
- Forum: Swift Mailer
- Topic: implementing disk cache
- Replies: 2
- Views: 2567
Re: implementing disk cache
thanks. love swiftmailer. you rock.
- Fri Apr 03, 2009 7:16 am
- Forum: Swift Mailer
- Topic: implementing disk cache
- Replies: 2
- Views: 2567
implementing disk cache
In v3 I used to set the cache to disk with Swift_CacheFactory::setClassName("Swift_Cache_Disk"); Swift_Cache_Disk::setSavePath("../includes/swiftmailer/tmp"); In v4 in the preferences I found this if (function_exists('sys_get_temp_dir') && is_writable(sys_get_temp_dir...