I'm trying to setup a local Apache James mail server to development purposes but it is not working. Here is what I did so far:
When I see the log, there is a message that e-mail has been spooled:
INFO 17:18:25,453 | org.apache.james.smtpserver.SendMailHandler | Successfully spooled mail Mail1582834705410-7098b596-e6ff-4536-90cd-1c27618ef0f0 from MaybeSender{mailAddress=Optional[test@localhost]} on 0:0:0:0:0:0:0:1/0:0:0:0:0:0:0:1 for [test@localhost]
But I can't fetch any message.
Is there any additional configuration to be done in order to send and fetch emails to/from local email server?
thanks,
This is a version problem. Same at me with version 3.4.0. Try with version 3.3.0. It works OK.