package com.effectivebiz.mgt.mail.service;
import java.util.*;
import java.io.*;
import javax.mail.*;
import javax.mail.internet.*;
import javax.activation.*;
/**
* <p>
* Title: 使用javamail发送邮件
* </p>
* <p>
* Description: 演示如何使用javamail包发送电子邮件。这个实例可发送多附件
* </p>
* ...
在本机运行正常,但在其他机器上出现下面的异常,各种情况都考虑了,也没解决
HTTP Status 404 - Servlet action is not available type Status report message Servlet action is not available description The requested resource (Servlet action is not available) is not available. Apache Tomcat/5.5.23







评论排行榜