-
Notifications
You must be signed in to change notification settings - Fork 396
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error email #319
Comments
open port 25? |
My server does not use 25 if not 587, so I changed it |
well, recode the mail outputs then? |
I think I have to authenticate to use the SMTP, but I can't find where |
@CarmeloCampos .......... |
😢 tons k? |
smtp (email) protocol MUST working on port 25.
|
change hosting to one with port 25 active, but still tell me that authentication is missing. |
DO NOT TRY change the port 25 to another. This is a meaningless and useless operation. Either you open port 25 or mail will not work. No options! Mail in OpenTrade is sent to user directly, not through relays. In this case, authorization is not required. If the error continues to appear - this is the bug of your hosting provider but not OpenTrade |
I communicated with my hosting and they cannot enable entry without smtp, how can I proceed? |
Get a vps from vultr (ask them to open port) or VPSserver always got port 25 open |
@ExchangeTime But do they have email service already? |
You cannot forward e-mail to a box like that. For SMTP to work properly, you need to relay that. And in order to do that you must have a relay point with Dovecot installed on it for authentication in sasl and dkim so that it could be accepted by the final destination's mail server. You could just open up port 25 on your email server however, it must be setup correctly to avoid having people exploiting for spamming purposes. You would be best off with a VPN tunnel to your SMTP relay then forward on to your SecuredEmail server for distribution. It will need to have a user account with a mailbox or else your e-mails from soporte@tierravivaplanet.com will be bounced. Do you have a working email box that acc3pts emails at that address? |
@minblock Yes, I have a mailbox in that direction |
When I do a "node main.js" in the "server" folder I get the following error:
It should be noted that I edited the file ~/opentrade/server/constants.js With my emails that I want to use, And also the sendmail.js file with the port my hosting uses.
It seems that the error lies in the lack of smtp authentication, but I can't find where to put it
The text was updated successfully, but these errors were encountered: