SwiftMailer PHP邮件库源代码

<?php
/*
* This file is part of SwiftMailer.
* (c) 2004-2009 Chris Corbyn
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
require __DIR__.'/classes/Swift.php';
Swift::registerAutoload(function () {
// Load dependency maps
require __DIR__.'/dependency_maps/cache_deps.php';
require __DIR__.'/dependency_maps/mime_deps.php';
require __DIR__.'/dependency_maps/message_deps.php';
require __DIR__.'/dependency_maps/transport_deps.php';
// Load global library preferences
require __DIR__.'/preferences.php';
});
此库与PHPMailer类似,但在处理附件和邮件发送成功率方面表现更优。
zip
swiftmailer-masterPHP邮件库.zip 预估大小:328个文件
file
.gitignore 120B
file
.php_cs.dist 484B
file
smoke.conf.php.default 2KB
file
encrypt2.crt 1KB
file
ca.crt 1KB
file
sign.crt 1KB
file
intermediate.key 2KB
file
sign.key 2KB
file
sign2.crt 1KB
file
encrypt.crt 1KB
file
encrypt.key 2KB
file
ca.key 2KB
file
encrypt2.key 2KB
file
sign2.key 2KB
file
intermediate.crt 1KB
file
acceptance.conf.php.default 1KB
file
composer.json 865B
file
.gitattributes 161B
file
phpunit.xml.dist 1KB
file
CHANGES 9KB
zip 文件大小:434.68KB