java 使用hutool email工具发送邮件
2021-06-09 18:01:52 826B java email hutool
1
搭建邮件服务所用的包
2021-06-04 14:01:05 65.3MB email
1
=>亚马逊有效电子邮件检查器 =>安装Python 3 =>打开Cmd =>编写此推荐行“ pip安装请求” => cd您的路径文件=>运行=>编写check.py =>如果您没有路径python =>编写=> python check.py =>已粉末化穆罕默德·萨米(Mohamed Samy)
2021-06-02 20:56:24 2KB config github-config Python
1
电子邮件pdf_generator email_subject和pdf_name生成器
2021-05-28 18:04:04 20.88MB HTML
1
/* * JCatalog Project */ package com.hexiang.utils; import java.util.List; import java.util.ArrayList; import java.util.Date; import java.util.Iterator; import java.util.Properties; import javax.mail.Session; import javax.mail.Transport; import javax.mail.Message; import javax.mail.internet.InternetAddress; import javax.mail.internet.MimeMessage; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import com.hexiang.exception.CatalogException; /** * Utility class to send email. * * @author hexiang */ public class EmailUtil { //the logger for this class private static Log logger = LogFactory.getLog("com.hexiang.util.EmailUtil"); /** * Send email to a single recipient. * * @param smtpHost the SMTP email server address * @param senderAddress the sender email address * @param senderName the sender name * @param receiverAddress the recipient email address * @param sub the subject of the email * @param msg the message content of the email */ public static void sendEmail(String smtpHost, String senderAddress, String senderName, String receiverAddress, String sub, String msg) throws CatalogException { List recipients = new ArrayList(); recipients.add(receiverAddress); sendEmail(smtpHost, senderAddress, senderName, recipients, sub, msg); } /** * Send email to a list of recipients. * * @param smtpHost the SMTP email server address * @param senderAddress the sender email address * @param senderName the sender name * @param recipients a list of receipients email addresses * @param sub the subject of the email * @param msg the message content of the email */ public static void sendEmail(String smtpHost, String senderAddress, String senderName, List recipients, String sub, String msg) throws CatalogException { if (smtpHost == null) { String errMsg = "Could not send email: smtp host address is null"; logger.error(e
1
修改Git Commit提交记录的用户名Name和邮箱Email。用于修改已经提交记录的用户名及邮箱。
2021-05-20 20:02:58 591B git user.name user.email name
1
python-email-reply-parser Python端口,包括大多数测试套件。 安装 PyPI版本即将推出,现在您可以从源代码安装: $ pip install -e git+https://github.com/antonagestam/python-email-reply-parser.git#egg=email_reply_parser 用法 >> > from email_reply_parser import parse_reply >> > print ( parse_reply ( """Hi Anton, ... ... I'm totally fine, how are you? ... ... On Tue, Jul 28, 2015 at 11:38 AM, Anton Agestam ... wrote:
2021-05-19 16:04:44 20KB Python
1
使用commons-net-3.3.jar或mail.jar核心邮件包实现邮件发送功能,可发送附件、图片、HTML邮件,灵活控制,甚至实现后台发送邮件功能!
2021-05-19 08:29:00 4.12MB 邮件 javamail email
1
亲自运行过,没有任何问题,如在使用中出现bug,欢迎提出,尽量完善。谢谢哈
2021-05-17 21:51:02 24.8MB java email
1
email邮件服务器一键安装, 支持linux centos7、包含邮件管理rainloop及账号管理web
2021-05-16 16:41:36 318B email centos
1