请问怎么在jsp里发带附件的邮件啊?我可以捐500分给回答的人
本文导语: 很急,最好能给个例子,谢谢~ | 这个问题基本与jsp无关,请参考mime对信件格式的说明以及JavaMail(http://java.sun.com/products/javamail)。 当然有一些标签库可以容易的实现之。例如:http://jakarta.apache.org/taglib...
|
当然有一些标签库可以容易的实现之。例如:http://jakarta.apache.org/taglibs/doc/mailer-doc/intro.html
例子:
1. 附加一张图片
[body of message]
2. 附加一个url
[body of message]
http://www.someplace.com/stuff.html
3. 附加html
[body of message]
This is just a test
|
JavaMail 电子邮件发送系统
你的邮件已发送,请返回。
我从表单中提交form: wang_cn@sohu.com
to: whsu@sina.com
怎么出错呀:
javax.mail.SendFailedException: Sending failed; nested exception is: javax.mail.MessagingException: 505 Client was not authenticated
Top
回复人: skyyoung(路人甲) ( ) 信誉:100 2001-9-10 13:42:54 得分:0
Unfortunately, this doesn't use the Authenticator class in javax.mail, so you would have to build in your own mechanism to prompt the user for this information.
You may also need to set the mail.smtp.auth property to true:
props.put("mail.smtp.auth", "true");
Top
回复人: CAYU(中原) ( ) 信誉:100 2001-9-10 14:49:41 得分:0
Top
回复人: zengxz(无可奈何) ( ) 信誉:100 2001-9-14 14:55:02 得分:0
稍微做下修改,程序如下(调试通过)
JavaMail 电子邮件发送系统
你的邮件已发送,请返回。
还有啊,你把你263的密码改一下吧,哈哈。。!