Hi Glennoss

Answers inlined.

Benoit

On 23/03/2022 09:22, Glennos wrote:
Hi all,

     I'm wondering if there's an established way to send emails using Apache
James? I've scanned through the codebase and I haven't found anything and
I'm wondering if I've missed it.
You are looking for RemoteDelivery mailet ;-)

     I was expecting to find something that;

    1. Looked up the MX address for each destination address
    2. Attempted to send the email to one of these MX addresses on ports
    587, 465, 25, 2525
Precisely what remote delivery does.
    3. Possibly signed the email using the DKIM private key before sending.
server/mailet/dkim contains what you are looking for.

     However I was unable to find anything resembling any of that?

     Any help or suggestions would be appreciated! I'm attempting to avoid
using something like Amazon SES or similar with all of their pricing
structures and such.

Thanks in advance,

Glennos


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to