嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
PHPMailer----php发送邮件,可带附件和邮件体中插入图片
php发送邮件,可带附件和邮件体中插入图片,详情请到phpmailer 的官方网站去了解,
.
├── PHPMailer----php发送邮件,可带附件和邮件体中插入图片_phpMailer_v2.3.zip
└── phpMailer_v2.3
├── ChangeLog.txt
├── LICENSE
├── README
├── class.phpmailer.php
├── class.pop3.php
├── class.smtp.php
├── codeworxtech.html
├── docs
│ ├── extending.html
│ ├── faq.html
│ ├── pop3_article.txt
│ └── use_gmail.txt
├── examples
│ ├── contents.html
│ ├── images
│ │ ├── bkgrnd.gif
│ │ ├── phpmailer.gif
│ │ ├── phpmailer.png
│ │ └── phpmailer_mini.gif
│ ├── index.html
│ ├── pop3_before_smtp_test.php
│ ├── test_gmail.php
│ ├── test_mail.php
│ ├── test_sendmail.php
│ └── test_smtp.php
├── language
│ ├── phpmailer.lang-ar.php
│ ├── phpmailer.lang-br.php
│ ├── phpmailer.lang-ca.php
│ ├── phpmailer.lang-cz.php
│ ├── phpmailer.lang-de.php
│ ├── phpmailer.lang-dk.php
│ ├── phpmailer.lang-en.php
│ ├── phpmailer.lang-es.php
│ ├── phpmailer.lang-et.php
│ ├── phpmailer.lang-fi.php
│ ├── phpmailer.lang-fo.php
│ ├── phpmailer.lang-fr.php
│ ├── phpmailer.lang-hu.php
│ ├── phpmailer.lang-it.php
│ ├── phpmailer.lang-ja.php
│ ├── phpmailer.lang-nl.php
│ ├── phpmailer.lang-no.php
│ ├── phpmailer.lang-pl.php
│ ├── phpmailer.lang-ro.php
│ ├── phpmailer.lang-ru.php
│ ├── phpmailer.lang-se.php
│ └── phpmailer.lang-tr.php
└── test
├── phpmailer_test.php
├── phpunit.php
└── test.png
6 directories, 48 files