Replies: 3 comments
-
|
With the same code I am able to send emails to other email addresses within my domain . The error only shows up when I try to send outside of my domain |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I've found a solution to my problem, under /settings/smtp-in-rcpt/edit I've set the Allow Relaying last field to true |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
DONT DO THAT MAKE YOUR SERVER INTO A OPEN RELAY |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a stelwart mail server configured and I'm able to send and receive emails to/from gmail, when I use thunderbird.
But when I try to send an email from my java app using jakarta library, I get errors like:
Any idea what am I missing ?
My java send email code looks like this:
Thanks
Beta Was this translation helpful? Give feedback.
All reactions