Re: JavaMail Question

2002-03-20 Thread dave
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

Re: JavaMail Question

2002-03-19 Thread Nic Jackson
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

JavaMail Question

2002-03-19 Thread Maurice Munoz
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 ==

Re: JavaMail question.

2001-11-21 Thread [EMAIL PROTECTED]
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

JavaMail question.

2001-11-18 Thread Andrew Perepelytsya
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

Re: JavaMail question

2001-06-10 Thread Mayuresh Kadu
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

Re: JavaMail question

2001-06-07 Thread Christopher K. St. John
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

JavaMail question

2001-06-07 Thread lancelot
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

javamail question

2000-09-25 Thread Jan D. Herzhoff
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