Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
camel-smtp is a camel component which acts as consumer by accepting messages via smtp and forward them to a camel route.
= Configuration=
To use it just add this to your camel route:
from("smtp:*bindIp*:*bindPort*").to("endpoint");
Where *bindIp* is the ipaddress and *bindPort* is the port which are used to bind the server.