mirror of
https://e.coding.net/circlecloud/YumCore.git
synced 2025-09-02 11:36:59 +00:00
@ -9,6 +9,10 @@ import com.google.common.net.HostAndPort;
|
|||||||
*/
|
*/
|
||||||
public class MailAPI {
|
public class MailAPI {
|
||||||
|
|
||||||
|
public static void main(String[] args) {
|
||||||
|
send(HostAndPort.fromParts("smtp.exmail.qq.com", 465), "root@yumc.pw", "admin@yumc.pw", "Java邮件测试", "邮件测试", "root@yumc.pw", "Email2Send");
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 快速发信
|
* 快速发信
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user