Thanks Nicolas.

I will have a look at the javadoc, I search further in the Log4J mailinglist
for source code of the SMTPAppender  to get me started.
Or is there a better place to find the SMTPAppender on internet ?

Eddie

----- Original Message -----
From: Nicolas <[EMAIL PROTECTED]>
To: LOG4J Users Mailing List <[EMAIL PROTECTED]>
Sent: Wednesday, August 22, 2001 11:25 AM
Subject: Re: SMTPAppender on Linux box ??


> JavaMail is just an API to send mail using the SMTP protocol.
>
> sendmail is a program able to accept mail through SMTP connections, and
route
> it appropriately.
>
> Because the mail transport is layered behind SMTP, javamail does not have
to
> know what MTA (Mail Transport Agent) is accepting the SMTP connection.
>
> The SMTPAppender uses javamail, and only has to know some information
> regarding which server to send the mail to, to what email address, and so.
>
> To figure out how to use the SMTPAppender, take a look at the javadoc.
>
> Nicolas
>
>
> On August 17, 2001 12:37 pm, you wrote:
> > Hellu,
> >
> > I want to us a smtp appender on my linux box.
> > Some advice on this please, conerning the following:
> > - Should I use javamail of sendmail ?? (I used sendmail ofter but never
> > javamail until now).
> > - Where can I fiind the latest source of other people that made
something,
> > to get me going.
> >
> > I found a lot of smtpappender mails in the mail-archive but don't know
> > where to start. Some advice from people how already walked this path
would
> > be more then welcome.
> >
> > Eddie
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to