open sources kits osk-mail

码农软件 · 软件分类 · 其他开发相关 · 2019-10-20 07:59:24

软件介绍

# README

## 介绍
封装了最新版本的javamail,一行代码发送邮件

## 使用
* dependency
```$xslt

    io.github.oskworker
    osk-mail
    0.1

```

```$xslt
EM.configure().make("标题", "正文内容").sendTo("icngor@126.com","1192577322@qq.com");
```
## 特性
* 支持从mail.properties文件中读取配置信息
* 使用极简的方式在代码中配置
* 使用极简的方式配置邮件类
* 优雅的发件接口
* 自动识别smtp服务器地址(目前支持qq,新浪,163,126)

本文地址:https://codercto.com/soft/d/17148.html

The Definitive Guide to Django

The Definitive Guide to Django

Adrian Holovaty、Jacob Kaplan-Moss / Apress / 2007-12-06 / CAD 45.14

Django, the Python-based equivalent to the Ruby on Rails web development framework, is presently one of the hottest topics in web development today. In The Definitive Guide to Django: Web Development ......一起来看看 《The Definitive Guide to Django》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

SHA 加密
SHA 加密

SHA 加密工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具