Re: Send Mail HOWTO
Eugen Stan <[email protected]>
| Newsgroups | gmane.comp.jakarta.james.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, You should be able to download the jars from Maven Central and put them on the classpath (next to the other jars). https://search.maven.org/ Get the list of jars from the PR link Benoit shared. Or one of: * download a james snapshot build with the patch (if exists) and get jars from that binary * clone the git repo, build the app and find the jars in the image. On 14.12.2022 05:04, Benoit TELLIER wrote: > Hello Yishay Weiss, > > For the logging issue, it has been reported and solved here: > https://github.com/apache/james-project/pull/1335 > > Cheers, > > Benoit > > > On 13/12/2022 19:35, Yishay Weiss wrote: >> Hi, >> >> >> I have just installed james-server-spring-app-3.7.2 on windows and am >> trying to send an email to my personal mail account. I am following >> the getting started guide [1] and in step 7 got the “250 2.6.0 Message >> received” message but I don’t see an email in my personal mailbox. >> >> >> >> Any ideas what I could be doing wrong. >> >> >> >> Also, I see no logs to debug this. I am, however, seeing the following >> message on startup. >> >> >> >> C:\dev\james-server-spring-app-3.7.2\bin>run >> >> Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8 >> >> SLF4J: No SLF4J providers were found. >> >> >> >> Thanks in advance, >> >> Yishay >> >> [1] Apache James Server 3.0 - Apache James Server 3 - Quick >> Start<https://james.apache.org/server/3/quick-start.html> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >