All Projects → r00tSe7en → Mail Probe

r00tSe7en / Mail Probe

邮箱探针后台管理系统

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Mail Probe

Sisyphus
Intelligent Junk Mail Handler
Stars: ✭ 76 (-45.32%)
Mutual labels:  mail
Yii2 Swiftmailer
Yii 2 swiftmailer extension.
Stars: ✭ 109 (-21.58%)
Mutual labels:  mail
Laravel Mail Editor
MailEclipse ⚡ Laravel Mailable Editor!
Stars: ✭ 1,714 (+1133.09%)
Mutual labels:  mail
Go Imap
📥 An IMAP library for clients and servers
Stars: ✭ 1,217 (+775.54%)
Mutual labels:  mail
Ansible Postfix
Ansible role to set up postfix in Debian-like systems
Stars: ✭ 102 (-26.62%)
Mutual labels:  mail
Action Send Mail
⚙️ A GitHub Action to send an email to multiple recipients
Stars: ✭ 111 (-20.14%)
Mutual labels:  mail
Nice Mail
💌 Nice Mail 是一款以 Markdown 为基础的邮件编辑器。
Stars: ✭ 69 (-50.36%)
Mutual labels:  mail
Mailspring
💌 A beautiful, fast and fully open source mail client for Mac, Windows and Linux.
Stars: ✭ 11,953 (+8499.28%)
Mutual labels:  mail
Slmmail
Send mail from Laminas or Mezzio using external mail services.
Stars: ✭ 106 (-23.74%)
Mutual labels:  mail
N1 Ido
Ido is a clean, simple, Polymail-inspired theme for Mailspring
Stars: ✭ 118 (-15.11%)
Mutual labels:  mail
React Share Button
📱 React share button component with web-share api and fallback modal with native intent urls
Stars: ✭ 89 (-35.97%)
Mutual labels:  mail
Mailmergelib
MailMergeLib is a mail message client library which provides comfortable mail merge capabilities for text, inline images and attachments, as well as good throughput and fault tolerance for sending mail messages.
Stars: ✭ 97 (-30.22%)
Mutual labels:  mail
Mailinabox
Mail-in-a-Box helps individuals take back control of their email by defining a one-click, easy-to-deploy SMTP+everything else server: a mail server in a box.
Stars: ✭ 10,649 (+7561.15%)
Mutual labels:  mail
Ssh Shop
项目描述:建立购物小商城平台. 实现了前台页面系统。 技术描述:通过Spring 主框架来管理Struts2和Hibernate 框架搭建的电商小平台,用MySQL数据库并创建了表有用户表,订单表,商品表,商品分类表,商品内容表,购物车表等来存储数据。用到hibernate的懒加载方式来展示页面商品,商品分类,分类内容等信息。利用hibernate中session的方法实现分页显示商品。在网上下载的接口文档开发银行开放性接口,实现在线支付功能。用到html,css,js,ajax技术开发前端页面。后台实现利用Struts2的MVC模式对前端视图与后台数据交互,hibernate来处理dao层的业务逻辑的实现。
Stars: ✭ 78 (-43.88%)
Mutual labels:  mail
Mailsender
Android快速实现发送邮件
Stars: ✭ 123 (-11.51%)
Mutual labels:  mail
Mailchain
Using Mailchain, blockchain users can now send and receive rich-media HTML messages with attachments via a blockchain address.
Stars: ✭ 74 (-46.76%)
Mutual labels:  mail
Spring Boot Examples
🥗​ Spring/SpringBoot/SpringCloud 实践学习案例,从入门到精通,持续更新中,欢迎交流学习🍺 !
Stars: ✭ 110 (-20.86%)
Mutual labels:  mail
Nodejs Mail Notifier
nodejs library to listen incoming mail
Stars: ✭ 136 (-2.16%)
Mutual labels:  mail
Postal
✉️ A fully featured open source mail delivery platform for incoming & outgoing e-mail
Stars: ✭ 11,148 (+7920.14%)
Mutual labels:  mail
Postmark Php
The official PHP library for Postmark.
Stars: ✭ 117 (-15.83%)
Mutual labels:  mail

Mail-Probe

邮箱探针后台管理系统

更新

2020.10.3

修改了public目录下的.htaccess文件内容为

<IfModule mod_rewrite.c>
  RewriteEngine On
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1]
</IfModule>

以及修改链接生成结果为

http://tp6.com/Info/index/随机6位数.jpg?random=随机6位数&[email protected]

2020.11.20

处理了Linux下视图文件找不到的问题,各种大小写bug修复,win&linux全平台已适用

后台登录

信息查看

链接生成

平常去河边钓鱼,要使用浮漂才会知道这条河是否有鱼吃饵料,同理当邮件投递出去后,此探针可以判断目标是否点击了邮件,不至于那么的苦等。

配置相关

基于ThinkPHP 6开发

运行环境要求Apache和PHP7.1+

数据库文件为mail.sql

数据库及其他配置修改env文件即可,默认为

APP_DEBUG = false

[APP]
DEFAULT_TIMEZONE = Asia/Shanghai

[DATABASE]
TYPE = mysql
HOSTNAME = 127.0.0.1
DATABASE = mail
USERNAME = root
PASSWORD = root
HOSTPORT = 3306
CHARSET = utf8
DEBUG = false

[LANG]
default_lang = zh-cn

后台默认账号密码(密码修改直接替换库中MD5即可)

admin|123456

感谢

@c1y2m3 分享的思路

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].