It's because of scripting security problems, discovered about 2 years
ago: I don't remember the details, but cross-frames javascripts could
lead the user to think his sessions expires and give his login et
password again.
So hotmail decided to reject such mails to protect unpatched browsers
(aka I
TED]>
Sent: Tuesday, March 19, 2002 5:21 PM
Subject: JavaMail Question
Hi
I am currently using JavaMail with my jsp pages
I was wondering if someone ever had a problem trying to send tags
in their email html format.
I currently tested this on hotmail and they reject anything with the
tag
Do
Hi
I am currently using JavaMail with my jsp pages
I was wondering if someone ever had a problem trying to send tags in their
email html format.
I currently tested this on hotmail and they reject anything with the tag
Does anyone know of what offer providers of email reject the tag
==
Hello Andrew!
Sunday, November 18, 2001, 9:59:11 PM, you wrote:
AP> 2. Ahh, national symbols. Though the page is in English (and it works fine
AP> for English), I suddenly came across the problem of handling national
AP> symbols. Let's say, we use Cyrillics.
AP> After sending the message it's n
Hi folks!
I've implemented the form on the page that after being filled sends an e-mail
directly to me. The addresses are hard-coded in JSP, so the user needs only
to type in his feedback and press the send button.
Ok, it works fine, but I would be happy to have my questions answered:
1. If I w
and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of lancelot
Sent: Thursday, June 07, 2001 2:39 PM
To: [EMAIL PROTECTED]
Subject: JavaMail question
Excuse me,
Who know how to use javamail API to send e-mail in a java application?
That, I want to build a Java program that can select some fil
lancelot wrote:
>
> Who know how to use javamail API to send e-mail in a
> java application?
>
Please don't spam the JSP-INTEREST list with
messages that aren't related to JSP, especially
when Sun runs a mailing list just for JAVAMAIL
questions:
http://archives.java.sun.com/archives/
Clic
Excuse me,
Who know how to use javamail API to send e-mail in a java application?
That, I want to build a Java program that can select some files from
local disk and automaticlly send out every file seperately via e-mail as
attachment.
I mean, if I have 3 files as file1.dat, file
Hi,
I want to use javamail for a form. Is it possible to declare two different
recipients?
Here is the code I use:
Message msg = new MimeMessage( mailSession );
msg.setFrom( new InternetAddress( strFrom ));
msg.setSubject( strSubject );
msg.setContent( strAll, "text/plain" );
ms