文件名称:swiftmailer-masterPHP邮件库.zip
文件大小:435KB
文件格式:ZIP
更新时间:2022-07-31 04:28:25
类库下载-swiftmailer-masterPHP邮件库
<?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 in 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 in global library preferences require __DIR__.'/preferences.php'; });这个库与phpmailer作用一样,但性能比phpmailer好,尤其是在处理附件的能力上,发送邮件成功的几率也高