博客
关于我
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/

    你可能感兴趣的文章
    php获取json里面内容
    查看>>
    R2的版本由来
    查看>>
    PHP获取图片宽度高度、大小尺寸、图片类型、用于布局的img属性
    查看>>
    PHP获取当前文件的绝对路径
    查看>>
    PHP获取当前时间、时间戳的各种格式写法汇总
    查看>>
    PHP获取当前页面的完整URL
    查看>>
    php获取数据库中数据生成json,中文乱码问题的解决方案
    查看>>
    php获取文件夹中文件的两种方法
    查看>>
    PHP获取日期的一些方法总结
    查看>>
    R2学习记录
    查看>>
    PHP获取本周的每一天的时间
    查看>>
    php获取用户真实IP和防刷机制
    查看>>
    php获取网页内容的三种方法
    查看>>
    R-CNN算法优化策略
    查看>>
    PHP规范PSR0和PSR4的理解
    查看>>
    php解析ipa包,获取logo
    查看>>
    php设置cookie,在js中如何获取
    查看>>
    php设置socket超时时间
    查看>>
    php设计模式 萨莱 pdf,PHP设计模式 建造者模式
    查看>>
    PHP设计模式之----观察者模式
    查看>>