>You don't need anything as heavy as JavaMail to do something as simple as this
 -
>just open a connection to port 25 of your mail server and talk SMTP protocol t
o it.
>About 50 lines of code would do it, and there will be plenty of examples aroun
d to
> copy from.

Yep, plenty of examples which does not follow the SMTP protocol properly,
can't deal
with 8 bit characters someone enters in a HTML form (The world in not ASCII as
lots of american programmers still believe), fail to properly encode
subject lines containing non ascii ...

JavaMail IS easy to use.

>
>"Gonzalo Jos�" wrote:
>
>> Hi all.
>> I want to send data from a form included in a JSP file to an e-mail address
>> formatted in a certain way.
>> How can I do it?
>> Thanks in advance.
>>
>> ===========================================================================
>> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTERES
T".
>> FAQs on JSP can be found at:
>>  http://java.sun.com/products/jsp/faq.html
>>  http://www.esperanto.org.nz/jsp/jspfaq.html
>
>===========================================================================
>To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST"
.
>FAQs on JSP can be found at:
> http://java.sun.com/products/jsp/faq.html
> http://www.esperanto.org.nz/jsp/jspfaq.html

Ciao,
        Carsten Heyl

  Carsten Heyl                          [EMAIL PROTECTED]
  NADS - Solutions on Nets              http://www.nads.de/
  NADS GmbH                             http://www.pixelboxx.de/
  Hildebrandtstr. 4E                    Tel.: +49 211 933 02-90
D-40215 Duesseldorf                     Fax.: +49 211 933 02-93

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to