PDA

View Full Version : SMTP mail server



julio
Nov 15th, 2006, 12:11 PM
Hi,

Sorry, I don't know if this is right section for my post...

Can you suggest me a lightweight SMTP-Server to integrate in a spring-application?

I must install my application on many indipendent servers and could be not good configure every single mail server (ex.: postfix, sendmail, etc.) for every single installation.

Have you any idea?

Thanks,
Julio

farrellr
Nov 15th, 2006, 01:57 PM
Are all the servers that you need your app on part of your network? If so you should really be pointing to an existing email server I would think rather than installing a mail server on each machine.
Any email server will require configuration, including sendmail, exchange etc.