文件名称:thinkjs_tjqf_v1.0
- 所属分类:
- WEB源码
- 资源属性:
- [Linux] [SHELL] [源码]
- 上传时间:
- 2015-12-22
- 文件大小:
- 7.43mb
- 下载次数:
- 0次
- 提 供 者:
- geniu*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
基于thinkjs的邮件*,包括添加邮件地址、删除邮件地址,发送html可视化内容
使用本产品需要以下知识:Nodejs、thinkjs、ejs、mysql、html、css、jquery
供学习使用,只完成了基本功能,未做界面和程序上的进一步优化,细节需自行调整。
安装:
1 安装nodejs、thinkjs
2 修改index控制器下的index方法,添加自己的发送方邮箱和密码
3 参考thinkjs官方文档所示启动方式进行启动
4 邮件列表可以手动在/www/resource/maillist.txt文件里面添加,每行一个邮件地址,也可以在页面上添加-Thinkjs based e-mail group, including email address, delete the email address, send HTML visual content
The use of this product requires the following knowledge: thinkjs, EJS, Nodejs, mysql, CSS, jQuery, HTML
For learning to use, only completed the basic functions, not to do the interface and the program to further optimize the details need to adjust their own.
Installation:
1 install nodejs, thinkjs
Modify the index method 2 index controller, add your own password and email sender
3 reference thinkjs official documents are shown to start the boot mode
4 mailing list can be manually added in the /www/resource/maillist.txt file, each line of an email address, you can also add on the page
使用本产品需要以下知识:Nodejs、thinkjs、ejs、mysql、html、css、jquery
供学习使用,只完成了基本功能,未做界面和程序上的进一步优化,细节需自行调整。
安装:
1 安装nodejs、thinkjs
2 修改index控制器下的index方法,添加自己的发送方邮箱和密码
3 参考thinkjs官方文档所示启动方式进行启动
4 邮件列表可以手动在/www/resource/maillist.txt文件里面添加,每行一个邮件地址,也可以在页面上添加-Thinkjs based e-mail group, including email address, delete the email address, send HTML visual content
The use of this product requires the following knowledge: thinkjs, EJS, Nodejs, mysql, CSS, jQuery, HTML
For learning to use, only completed the basic functions, not to do the interface and the program to further optimize the details need to adjust their own.
Installation:
1 install nodejs, thinkjs
Modify the index method 2 index controller, add your own password and email sender
3 reference thinkjs official documents are shown to start the boot mode
4 mailing list can be manually added in the /www/resource/maillist.txt file, each line of an email address, you can also add on the page
(系统自动生成,下载前可以参看下载内容)
下载文件列表
mailer
......\.gitignore
......\App
......\...\Common
......\...\......\common.js
......\...\Conf
......\...\....\config.js
......\...\Lib
......\...\...\Controller
......\...\...\..........\Home
......\...\...\..........\....\BaseController.js
......\...\...\..........\....\IndexController.js
......\...\...\Model
......\...\Runtime
......\...\.......\Cache
......\...\.......\Data
......\...\.......\....\app.pid
......\...\.......\Log
......\...\.......\Temp
......\...\View
......\...\....\Home
......\...\....\....\index_addmail.html
......\...\....\....\index_index.html
......\...\....\....\index_maillist.html
......\ctrl.sh
......\node_modules
......\............\nodemailer
......\............\..........\.jshintrc
......\............\..........\.npmignore
......\............\..........\CHANGELOG.md
......\............\..........\Gruntfile.js
......\............\..........\LICENSE
......\............\..........\node_modules
......\............\..........\............\buildmail
......\............\..........\............\.........\.jshintrc
......\............\..........\............\.........\.npmignore
......\............\..........\............\.........\.travis.yml
......\............\..........\............\.........\CHANGELOG.md
......\............\..........\............\.........\Gruntfile.js
......\............\..........\............\.........\LICENSE
......\............\..........\............\.........\node_modules
......\............\..........\............\.........\............\addressparser
......\............\..........\............\.........\............\.............\.jshintrc
......\............\..........\............\.........\............\.............\.npmignore
......\............\..........\............\.........\............\.............\package.json
......\............\..........\............\.........\............\.............\README.md
......\............\..........\............\.........\............\.............\src
......\............\..........\............\.........\............\.............\...\addressparser.js
......\............\..........\............\.........\............\libbase64
......\............\..........\............\.........\............\.........\.npmignore
......\............\..........\............\.........\............\.........\lib
......\............\..........\............\.........\............\.........\...\libbase64.js
......\............\..........\............\.........\............\.........\LICENSE
......\............\..........\............\.........\............\.........\package.json
......\............\..........\............\.........\............\.........\README.md
......\............\..........\............\.........\............\libqp
......\............\..........\............\.........\............\.....\.npmignore
......\............\..........\............\.........\............\.....\lib
......\............\..........\............\.........\............\.....\...\libqp.js
......\............\..........\............\.........\............\.....\LICENSE
......\............\..........\............\.........\............\.....\package.json
......\............\..........\............\.........\............\.....\README.md
......\............\..........\............\.........\package.json
......\............\..........\............\.........\README.md
......\............\..........\............\.........\src
......\............\..........\............\.........\...\buildmail.js
......\............\..........\............\.........\test
......\............\..........\............\.........\....\libbuildmail-unit.js
......\............\..........\............\hyperquest
......\............\..........\............\..........\.travis.yml
......\............\..........\............\..........\example
......\............\..........\............\..........\.......\many_hyperquest.js
......\............\..........\............\..........\.......\many_request.js
......\............\..........\............\..........\.......\req.js
......\...........