-
如何发送内嵌图片的 E-mail ( Inline Attachment )
日期:2008-06-12 | 分类:技术┊CS |
[code:c#]
using System;
using System.Collections.Generic;
using System.Text;
using System.Net.Mail;
namespace SystemNetMailTest
{
class Program
{
&nb... -
How can I send email from a JSP page?
日期:2007-08-16 | 分类:技术┊BS |
Answer
The JavaMAIL API is the standard mechanism for sending email. See the JavaMail FAQ for how to use it. You can place j2ee.jar (or mail.jar and activation.jar) under web-inf/lib folder in tomcat3.2.4. You can send email from any JSP engine (lik... -
CDOsendMail
日期:2007-08-16 | 分类:技术┊CS |
try
{
CDO.Message oMsg = new CDO.Message();
oMsg.From = "****@163.com";
&...
共1页 1







