-
Notifications
You must be signed in to change notification settings - Fork 109
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: Can not connect to any smtp server ( With screenshots ) #63
Comments
@lacari3ff at the moment I do not have the bandwidth to help - nor do I see what is wrong right off the bat |
@GreenPioneer Ah okay, thanks anyway. I currently have a temporary solution from sendgrid. If you know how i could solve this later, please comment. |
@lacari3ff is it related to #19 ? |
I have the same issue and I found something weird: if I call the api through an axios call from a web app, it gives this exact error. If I do it through Postman, it goes through fine. One thing I want to note is I do not import sendmail directly, but due to me using it as part of strapi, I instead use |
I am building a own SMTP server, i am using node-smtp, node-sendmail. I can recieve email but not send them. I forwarded everything, and configured everything. As shown bellow. But it still not works.
My ISP does not block any ports. And windows firewall is open.
Expected Behavior
Sending a email to a address
Current Behavior
Possible Solution
I think some configuration is wrong, please help. Been debugging for 19 hours, and no result.
Steps to Reproduce (for bugs)
Context
I am trying to make a SMTP server, sending and recieving.
Your Environment
The text was updated successfully, but these errors were encountered: