博客
关于我
thinkphp3.2发送邮件并发送附件
阅读量:241 次
发布时间:2019-03-01

本文共 1275 字,大约阅读时间需要 4 分钟。

ThinkPHP3.2??Com???PHPMailer????

?ThinkPHP3.2???????????PHPMailer?????????????????????Com????PHPMailer?????????

1.??Com????

?????PHP????????Com??????????phpinfo?????????com_dotnet??????????Com????????????????????????

  • ??php.ini???
  • ??extension=php_com_dotnet.dll?
  • ??com_allow_dcom??????????true???????????
  • 2.??config.php??

    ?ThinkPHP???config.php?????Application/Home/Conf??????????????????????

    $config = new \Think\Config('config.php');

    ????????config.php??????????

    3.??PHPMailer??

    ??PHPMailer?????????Application/Home/Common?????????

    • ?????????????com.allow_dcom????????????
    • ??PHP???PHPMailer?????

    4.??PHPMailer???

    ?PHPMailer??????ThinkPHP/Library/Vendor???????????

    • ??????????
    • ?class.smtp.php????????PHPMailer??????????

    5.??PHPMailerSMTP?

    ?class.smtp.php??????SMTP.php?????ThinkPHP/Library/Vendor????

    6.??PHP????

    ??PHP??????wamp????php.ini?????????

  • ??extension=php_openssl.dll???????????
  • ??allow_url_fopen??????On?
  • ???????Apache???
  • 7.??think_send_mail??

    ????????think_send_mail??????????????????

    think_send_mail('?????', '?????', '????', '????');

    8.??????

    ????????????????????????????

    think_send_mail('?????', '?????', '????', '????', [    '??1.txt' => '??1.txt',    '??2.zip' => '??2.zip']);

    ??????????????????

    ????????????ThinkPHP3.2????PHPMailer?????????????????????????????

    转载地址:http://pxet.baihongyu.com/

    你可能感兴趣的文章
    Objective-C实现bitonic sort双调排序算法(附完整源码)
    查看>>
    Objective-C实现BloomFilter布隆过滤器的算法(附完整源码)
    查看>>
    Objective-C实现BMP图像旋转180度(附完整源码)
    查看>>
    Objective-C实现bogo sort排序算法(附完整源码)
    查看>>
    Objective-C实现boruvka博鲁夫卡算法(附完整源码)
    查看>>
    Objective-C实现Boyer-Moore字符串搜索算法(附完整源码)
    查看>>
    Objective-C实现BP误差逆传播算法(附完整源码)
    查看>>
    Objective-C实现breadth First Search广度优先搜索算法(附完整源码))
    查看>>
    Objective-C实现BreadthFirstSearch广度优先搜索算法(附完整源码)
    查看>>
    Objective-C实现BreadthFirstShortestPath广度优先最短路径算法(附完整源码)
    查看>>
    Objective-C实现bubble sort冒泡排序算法(附完整源码)
    查看>>
    Objective-C实现bucket sort桶排序算法(附完整源码)
    查看>>
    Objective-C实现Burke 抖动算法(附完整源码)
    查看>>
    Objective-C实现Burrows-Wheeler 算法(附完整源码)
    查看>>
    Objective-C实现CaesarsCiphe凯撒密码算法(附完整源码)
    查看>>
    Objective-C实现calloc函数功能(附完整源码)
    查看>>
    Objective-C实现canny边缘检测算法(附完整源码)
    查看>>
    Objective-C实现cartesianProduct笛卡尔乘积算法(附完整源码)
    查看>>
    Objective-C实现check strong password检查密码强度算法(附完整源码)
    查看>>
    Objective-C实现chudnovsky algorithm楚德诺夫斯基算法(附完整源码)
    查看>>