E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
commons-email
commons-email
插件发邮件问题总结
在开发中由于想用多个邮箱账户进行登录发送邮件,也就是邮件发送人不同。这一点,开始认为登录账户就是发件人。其实,发件人可以自己设置。先看一段最简单的发送文本邮件代码:SimpleEmailsimpleEmail=newSimpleEmail(); simpleEmail.setHostName(Constant.EMAIL_HOST_NAME); simpleEmail.setSmt
alen1985
·
2013-01-16 18:00
通过
commons-email
发送邮件
首先,去http://commons.apache.org/email/把commons-email-1.2-bin.zip下载下来,然后把其中的commons-email-1.2.jar包导入项目中。 commons-email-1.2.jar很小,只有32k,也就是9个类而已,却能省不少事。 commons-email-1.2.jar提供了如下9个类:Byt
jsntghf
·
2012-12-16 13:00
java
commons-email
通过
commons-email
发送邮件
首先,去http://commons.apache.org/email/把commons-email-1.2-bin.zip下载下来,然后把其中的commons-email-1.2.jar包导入项目中。 commons-email-1.2.jar很小,只有32k,也就是9个类而已,却能省不少事。 commons-email-1.2.jar提供了如下9个类:Byt
jsntghf
·
2012-12-16 13:00
java
commons-email
用Java Mail和
Commons-email
发简单的邮件
在Apache的网站的一个小角落,还有个叫
Commons-email
的小精灵… 本文分别使用这两个工具,使用QQ邮箱,通过用户名、密码发送邮件。 1.
xiao__gui
·
2012-10-24 18:00
java
java
java
javamail
javamail
电子邮件
commons-email
用Java Mail和
Commons-email
发简单的邮件
在Apache的网站的一个小角落,还有个叫
Commons-email
的小精灵… 本文分别使用这两个工具,使用QQ邮箱,通过用户名、密码发送邮件。
ydbc
·
2012-10-24 18:00
java mail
使用
commons-email
发邮件吧
之前一直使用spring包装的javamail api,最近一个小项目不想用spring,又不想用难用的java mail,so,搜索下发现
commons-email
就是我要的。
heipark
·
2012-10-18 11:00
commons
java mail 实现方式别传(
commons-email
)
所需jar包 commons-email.jar commons-logging.jar mail.jar(若jdk版本过低需activation.jar)官网:http://commons.apache.org/email/userguide.html如果是gmail邮箱换上这三句话 demo.setHostName(
joecheungdishuiya
·
2012-09-24 15:00
java 发邮件
一,
commons-email
方式 导入commons-email-1.1.jar包,代码如下: public
LHacker
·
2012-08-01 14:00
email 邮件
使用Apache-commons-email发送邮件
author: ZJ 07-6-1Blog:http://zhangjunhd.blog.51cto.com/ 1.前言 使用Apache-commons-email发送邮件需要这三个jar包:
commons-email
eblddong
·
2012-07-17 16:00
apache
http
email
org.apache.commons.mail
.163.com/peigen_peigen/blog/static/27047802007112093025811/ http://jakarta.apache.org/commons/email/
commons-email
WestRiver
·
2012-06-18 15:20
apache
邮件
apache commons-email1.3使用
https://repository.apache.org/content/repositories/orgapachecommons-095/org/apache/commons/
commons-email
pengyan5945
·
2012-05-17 16:00
apache commons
使用
commons-email
发送邮件
具体请看
commons-email
项目主页:http://commons.apache.org/email/userguide.html需要的jar包commons-email.jar:http://labs.renren.com
LiShixi
·
2012-04-19 10:00
【转】用 apache
commons-email
轻松发送无乱码邮件
peigen 的 用apachecommons-email轻松发送无乱码邮件原来项目中都是自己拿到mail.jar和activation.jar两个包编写发送Email的代码,虽然不难,但也有些麻烦。现在好了,在apache站点有一个jarkata/commons/email子项目,也为我们实现了发送Email的功能,在 http://jakarta.apache.org/commons/emai
xant
·
2012-04-17 22:00
JAVA各种相关JAR包下载地址
1. javamail和
commons-email
简易邮件javamail: http://www.oracle.com/technetwork/java/javamail/index-138643.
QiuZhimou
·
2011-12-31 10:00
java
spring
Hibernate
struts
jar
javamail
利用apache
commons-email
发送邮件
本文利用apaceh
commons-email
发送邮件,记录一下,赶紧总结完下班了哦。。
zhy584520
·
2011-07-20 17:00
apache commons
Commons-Email
简单教程
一:Quick Start 通过SimpleEmail发送邮件 java.lang.Object org.apache.commons.mail.Email org.apache.commons.mail.SimpleEmail SimpleEmail email = new SimpleEmail(); email.setHostName("mail.4ya.c
jessen163
·
2011-07-14 16:00
commons-email
javaMail,和
commons-email
错误Javax.mail.NoSuchProviderException: smtp
/** * @company: * @author: * @createtime: 2011-4-19 上午10:06:31 * @description: * @version: */ public class SendEmail { public static boolean sendSimpleEmail()throws
flashdream8
·
2011-04-19 11:00
oracle
javaee
qq
MyEclipse
Gmail
javaMail,和
commons-email
错误Javax.mail.NoSuchProviderException: smtp
/** * @company: * @author: * @createtime: 2011-4-19 上午10:06:31 * @description: * @version: */ public class SendEmail { public static boolean sendSimpleEmail()throws
flashdream8
·
2011-04-19 11:00
oracle
javaee
MyEclipse
qq
Gmail
commons-email
笔记
使用Apache
Commons-email
发送电子邮件 所需要的jar包 commons-emai-1.2.jar commons-logging-1.1.1.jar mail.jar
yingzhor
·
2011-04-15 11:00
apache
html
qq
python
Gmail
apache
commons-email
发邮件功能
浅试一下apachecommons-email.jar发邮件的功能,代码暂时记录在此,代码还没有整理过,只是弄了几个方法测试了一下。包和文档可以在此找到http://commons.apache.org/email/图如下:[img][/img] packagecom.mail.test; importjava.net.MalformedURLException; importjava.
jiangnan2112
·
2010-12-12 01:00
apache
html
.net
qq
通过
commons-email
组件发送带有附件的邮件
上传文件页面sendAttachmentMail.jsp <form id="form1" name="form1" method="post" action="<%=request.getContextPath()%>/servlet/sendAttachmentMail" enctype=&qu
涩勤荣
·
2010-11-29 13:00
jsp
Web
servlet
通过
commons-email
组件发送邮件
该案例包含三个文件,分别为上传文件页面sendMail.jsp,上传文件处理类SendMailServlet.java,显示结果页面sendResult.jsp。 <form id="form1" name="form1" method="post" action="<%=request.getContextPat
涩勤荣
·
2010-11-29 13:00
jsp
Web
xml
servlet
commons-email
笔记
import java.io.UnsupportedEncodingException; import java.util.ArrayList; import java.util.List; import j
Fangrn
·
2010-11-10 14:00
apache
css
使用
Commons-Email
在邮件内容中直接嵌入图片
但其实我们也可以直接将图片本身直接嵌在邮件内容中,而是用
Commons-Email
可以轻松完成这个功能。
Fangrn
·
2010-08-31 20:00
html
Jpxx Mail Server 小试一下
又用
commons-email
写一个能批量发送的Class。 P
key232323
·
2009-12-05 23:00
thread
socket
Blog
利用
commons-email
发送邮件的简单例子
1.这个是Email类importjava.util.ArrayList;importjava.util.List;publicclassEmail{publicenumKIND{HTML,TEXT}privateStringhost;privateListto;privateStringfrom;privateStringsubject;privateStringhtmlContent;priv
gtuu0123
·
2009-12-05 15:00
thread
html
String
Class
email
import
common email 发送邮件
需要的JAR包: Commons-Email-x.x.jar mail-x.x.jar activation-x.x.jar (注:如果是JDK1.6,就可以不需要这个了)
commons-email
Rowen
·
2009-11-19 10:00
apache
html
Apache common-pool, common-dbcp源码解读与对象池原理剖析
在项目中使用发送email的功能可能,多个客户端要求发送email,为了不断的减少对象的创建和销毁,消耗内存,故采用对象池原理实现:发送email采用
Commons-email
,对象池采用common-pool
longgangbai
·
2009-09-15 17:00
apache
jvm
多线程
oracle
mysql
Apache common-pool, common-dbcp源码解读与对象池原理剖析
在项目中使用发送email的功能可能,多个客户端要求发送email,为了不断的减少对象的创建和销毁,消耗内存,故采用对象池原理实现:发送email采用
Commons-email
,对象池采用common-pool
longgangbai
·
2009-09-15 17:00
apache
jvm
多线程
oracle
mysql
Apache common-pool, common-dbcp源码解读与对象池原理剖析
在项目中使用发送email的功能可能,多个客户端要求发送email,为了不断的减少对象的创建和销毁,消耗内存,故采用对象池原理实现:发送email采用
Commons-email
,对象池采用common-pool
longgangbai
·
2009-09-15 17:00
apache
jvm
多线程
oracle
mysql
Apache common-pool, common-dbcp源码解读与对象池原理剖析
在项目中使用发送email的功能可能,多个客户端要求发送email,为了不断的减少对象的创建和销毁,消耗内存,故采用对象池原理实现:发送email采用
Commons-email
,对象池采用common-pool
longgangbai
·
2009-09-15 17:00
apache
jvm
多线程
oracle
mysql
commons-email
的使用封装
Java代码package org.apache.commons.mail; import java.net.URL; import java.util.ArrayList; import java.util.List; import com.hisunsray.travel.config.Config; public class MailUtils { /**
xia9527
·
2009-06-18 17:00
apache
Hibernate
Web
bean
J#
commons-email
的使用封装
Java代码package org.apache.commons.mail; import java.net.URL; import java.util.ArrayList; import java.util.List; import com.hisunsray.travel.config.Config; public class MailUtils { /**
xia9527
·
2009-06-18 17:00
apache
bean
Hibernate
Web
J#
commons-email
发送邮件
今天说一说使用
commons-email
来实现简单的发送邮件程序。这里可以发 送纯文本的,也可以发送带附件的,还可以发送HTML格式的邮件。废话少说,开始我们的邮件之旅。
DAOException
·
2009-06-17 22:00
apache
html
Google
JavaMail发送邮件
用
commons-email
包简化邮件发送: package tf; import java.net.URL; import java.util.Arrays; import java.util.List
reallyafei
·
2009-04-21 18:00
apache
.net
qq
Security
Gmail
使用
commons-email
发送邮件
A simple text email Our first example will create a basic email message to "John Doe" and send it through your local mail server. import org.apache.commons.mail.SimpleEmail; ... &n
shuaigg.babysky
·
2009-03-25 22:00
apache
html
bean
利用Apache
commons-email
组件发送邮件
commons-email
是apache提供的一个开源的API,主要包括SimpleEmail,MultiPartEmail,HtmlEmail,EmailAttachment
javatome
·
2008-12-22 22:00
apache commons
利用Apache
commons-email
组件发送邮件
commons-email
是apache提供的一个开源的API,主要包括SimpleEmail,MultiPartEmail,HtmlEmail,EmailAttachment
44424742
·
2008-12-22 22:00
apache
Web
jsp
servlet
javaee
使用Apache
Commons-email
组件发送邮件
commons-email
是apache提供的一个开源的API,是对javamail的封装,因此在使用时要将javamail.jar加 到 classpath中,主要包括SimpleEmail,MultiPartEmail
44424742
·
2008-12-22 21:00
apache
html
Yahoo
使用Apache
Commons-email
组件发送邮件
commons-email
是apache提供的一个开源的API,是对javamail的封装,因此在使用时要将javamail.jar加 到 classpath中,主要包括SimpleEmail,MultiPartEmail
javatome
·
2008-12-22 21:00
apache commons
使用
commons-email
组建发送电子邮件
首先导入commons-emal组建,下载地址http://download.csdn.net/source/878225以下是实现发送邮件的关键代码:package com.emal;import org.apache.commons.mail.EmailException;import org.apache.commons.mail.HtmlEmail;/** * 发送邮件 * @author
sz_bdqn
·
2008-12-17 00:00
qq
String
服务器
邮件服务器
Apache
Commons-Email
工欲善其事,必先利其器。天下第一刀客VS刚学会开枪的人,结果真的很难说。正如《功夫》里火云邪神所说:天下武功,唯快不破!Java开发中,为了避免重复劳动,提高效率,我向来愿意采用组件包拼接式开发。今天为大家奉献上的是使用多年的ApacheCommons项目中组件Email,其它组件会在以后适当时候发布。在Java中进行Email操作并不难,因为Sun发布了J2EE组件JavaMail,但是还可以更
王杰瑞
·
2008-11-04 17:08
apache
职场
email
commons
休闲
Apache
Commons-Email
工欲善其事,必先利其器。天下第一刀客VS刚学会开枪的人,结果真的很难说。正如《功夫》里火云邪神所说:天下武功,唯快不破!Java开发中,为了避免重复劳动,提高效率,我向来愿意采用组件包拼接式开发。今天为大家奉献上的是使用多年的ApacheCommons项目中组件Email,其它组件会在以后适当时候发布。在Java中进行Email操作并不难,因为Sun发布了J2EE组件JavaMail,但是还可以更
王杰瑞
·
2008-11-04 17:08
职场
Apache
Email
Java
Commons-Email
Commons-Email
是它提供一组用于发送Email的API,它基于Java Mail API基础之上并进行了简化。
yanghaiskys
·
2008-10-28 17:00
apache
html
.net
qq
commons-email
简单邮件发送方法
1.准备工作:驱动包要求:commons-email-1.1.jar,mail-1.3.2.jar,activation-1.0.2.jar2.该方法与javamail处理更简单,但是依赖于javamail驱动包(mail-1.3.2.jar,activation-1.0.2.jar)3.java代码 &
simpledev
·
2008-07-15 23:00
工作
qq
简化JavaMail:小巧 Jakarta
Commons-Email
简单教程
Jakarta发布了CommonsEmails1.0released版本,目的是为了简化JavaMail。知道有它几个class吗?你一定想不到,只有8个!好了,开始我们的jakartacommonsemails之旅:)一:QuickStart通过SimpleEmail发送邮件1java.lang.Object2 org.apache.commons.mail.Email3 org.a
iamzzb
·
2008-03-21 09:00
使用commons email发送邮件
commons-emailmaven库地址:
commons-email
commons-email
1.
stone2083
·
2008-01-22 11:00
使用
commons-email
发邮件
官网下载:http://commons.apache.org/email/
commons-email
是apache提供的一个开源的API,是对javamail的封装,使用时要将javamail.jar和
kunshan_shenbin
·
2008-01-15 14:00
用Apache的Jakarta
Commons-Email
开源框架发送Email
Jakarta发布了CommonsEmails1.1leased版本,目的是为了简化JavaMail。该项目主页:http://commons.apache.org/email/知道有它几个class吗?你一定想不到,只有8个!好了,开始我们的jakartacommonsemails之旅:)一:QuickStart通过SimpleEmail发送邮件java.lang.Objectorg.apach
supercrsky
·
2007-12-25 07:00
apache
html
框架
python
Gmail
apache
commons-email
apachecommons-email使用commonsmail时需要的jar包:1,commons-email-1.1.jar2,mail.jar3,activation.jar(在web应用里只需要
commons-email
mashiguang
·
2007-11-01 16:00
上一页
1
2
3
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他