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类似,但在处理附件和邮件发送成功率方面表现更优。
/*
* 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类似,但在处理附件和邮件发送成功率方面表现更优。
swiftmailer-masterPHP邮件库.zip
预估大小:328个文件
.gitignore
120B
.php_cs.dist
484B
smoke.conf.php.default
2KB
encrypt2.crt
1KB
ca.crt
1KB
sign.crt
1KB
intermediate.key
2KB
sign.key
2KB
sign2.crt
1KB
encrypt.crt
1KB
434.68KB
文件大小:
评论区