Вопрос

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.

Это было полезно?

Решение

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.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top