I once studied the question how to embed an SMTP adapter into a Java
application (not in the context of Axis2 though) and my conclusion was
that it is even easier with SubEthaSMTP
(http://subethasmtp.tigris.org/). However, I never implemented that.
Andreas
Paul Fremantle wrote:
Actually this is *really* easy: the James API is dead simple:
http://james.apache.org/mailet/api/
Paul
On Thu, Oct 2, 2008 at 10:42 AM, Asankha C. Perera <[EMAIL PROTECTED]> wrote:
Nathan
ability for Synapse to behave as a SMTP server and accept messages from
others, and directly convert them into JMS?
Yep, that's right.
could you point me to some doco's on how to configure the transport
listener?
Well we do not have a SMTP listener (so no docs yet), but what we have are
POP3 and IMAP listeners. What Paul suggested is the best approach here for
implementation
i.e.
SMTPClient---->[ApacheJamesSMTPServerRunningAsASynapseTransport--->Synapse]
-> JMS..
asankha