0

I have created users on my local Apache James Server. I can send e-mails from my Java Spring code and it works, but when sending to an external e-mail address I get the following exception on the server:

james.mailetcontext | Temporary exception delivering mail

Am I missing something that I need to set? I am using Apache James Server 3.

user1646481
  • 1,267
  • 6
  • 21
  • 29

1 Answers1

0

Localhost can't send e-mail. Try upload the code on server with smtp active, and it should work. E-mail aways test on-line, local don't work.

Guerra
  • 2,792
  • 1
  • 22
  • 32