android_smtp_client
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>cn.lalaki</groupId>
<artifactId>android_smtp_client</artifactId>
<version>3.1.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>cn.lalaki</groupId>
<artifactId>android_smtp_client</artifactId>
<version>3.1.1</version>
<packaging>aar</packaging>
<name>android_smtp_client</name>
<description>SmtpClient is a lightweight, pure-Java SMTP client library for Android.It supports STARTTLS (port 587) and implicit TLS (port 465), AUTH LOGIN, UTF-8 subjects and HTML bodies (base64), priority levels, and a simple callback listener for success/error/log.Designed for minimal dependencies and easy integration into Android apps that need to send emails programmatically.</description>
<url>https://github.com/lalakii/android_smtp_client</url>
<organization>
<name>lalaki.cn</name>
<url>https://github.com/lalakii/android_smtp_client</url>
</organization>
<licenses>
<license>
<name>MIT License</name>
<url>https://opensource.org/license/mit</url>
</license>
</licenses>
<developers>
<developer>
<name>lalakii</name>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/lalakii/android_smtp_client.git</connection>
<url>https://github.com/lalakii/android_smtp_client</url>
</scm>
<dependencies>
<dependency>
<groupId>androidx.annotation</groupId>
<artifactId>annotation-jvm</artifactId>
<version>1.9.1</version>
</dependency>
</dependencies>
</project>