My application is not able to send emails via the server.
I’m using google’s smtp to shoot, but even if I change the port number, I get a permission denied message
Note: this only happens on the server, at localhost everything works perfectly.
can you help me?
Thankful.
sandro
June 20, 2020, 9:36pm
#2
If you get an SMTP message that is something you need to clarify with your mail provider. Otherwise it might be that you connect to a proxied address, in which case you should make sure the record is .
So, as I am new to this segment, could you explain me in more detail?
thanks
sandro
June 20, 2020, 9:43pm
#4
#Tutorials has a dedicated article for email issues. Email generally is not handled by Cloudflare.
What is the error message you get?
An attempt was made to access a socket in a way forbidden by its access permissions
And even if I change the server and port information, in the code the message doesn’t change
sandro
June 20, 2020, 9:46pm
#6
That message is not very clear. What address are you trying to connect to?
These are the settings imported from the server (goDaddy)
sandro
June 20, 2020, 9:56pm
#8
The question is where you are connecting to. Again, Cloudflare does not handle email. If you connect to a proxied address you need to it. Otherwise you need to talk to your mail provider.
Ah yes, I’m connecting to the gmail server
sandro
June 20, 2020, 10:00pm
#10
Then you need to talk to Google and/or your server administrator. Cloudflare is not involved here.
system
closed
July 20, 2020, 10:01pm
#12
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.